python26: update dependency 'db44' to 'db47'

I downgraded too aggressively from db5 to db4. db48 doesn't work but
db47 does, so there is no need to downgrade further.
This commit is contained in:
Bjørn Forsman 2014-02-16 12:01:14 +01:00
parent 26d7645b6b
commit bb8a891412

View File

@ -3232,7 +3232,7 @@ let
python = python27;
python26 = callPackage ../development/interpreters/python/2.6 {
db = db44;
db = db47;
};
python27 = callPackage ../development/interpreters/python/2.7 {
libX11 = xlibs.libX11;