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

python27Packages.bsddb3: 6.2.7 -> 6.2.9
This commit is contained in:
Sandro 2020-11-30 13:00:27 +01:00 committed by GitHub
commit ca33e60d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bsddb3"; pname = "bsddb3";
version = "6.2.7"; version = "6.2.9";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "17yw0by4lycwpvnx06cnzbbchz4zvzbx3j89b20xa314xdizmxxh"; sha256 = "70d05ec8dc568f42e70fc919a442e0daadc2a905a1cfb7ca77f549d49d6e7801";
}; };
buildInputs = [ pkgs.db ]; buildInputs = [ pkgs.db ];