python27Packages.bsddb3: 6.2.6 -> 6.2.7
This commit is contained in:
parent
e893358693
commit
4979ccb4b0
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bsddb3";
|
||||
version = "6.2.6";
|
||||
version = "6.2.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "42d621f4037425afcb16b67d5600c4556271a071a9a7f7f2c2b1ba65bc582d05";
|
||||
sha256 = "17yw0by4lycwpvnx06cnzbbchz4zvzbx3j89b20xa314xdizmxxh";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.db ];
|
||||
|
Loading…
Reference in New Issue
Block a user