Merge pull request #80659 from r-ryantm/auto-update/python2.7-bsddb3

python27Packages.bsddb3: 6.2.6 -> 6.2.7
This commit is contained in:
Lancelot SIX 2020-02-20 22:54:12 +01:00 committed by GitHub
commit 99d34d1a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];