python3Packages.BTrees: 4.7.2 -> 4.9.2

wip/nixpkgs-raku
Martin Weinelt 3 years ago committed by Jonathan Ringer
parent 92f8e00ae8
commit 068adb5667
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 4
      pkgs/development/python-modules/btrees/default.nix

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "BTrees";
version = "4.7.2";
version = "4.9.2";
buildInputs = [ transaction ];
propagatedBuildInputs = [ persistent zope_interface ];
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "7ce4a5eb5c135bcb5c06b5bd1ca6fd7fd39d8631306182307ed8bc30d3033846";
sha256 = "d33323655924192c4ac998d9ee3002e787915d19c1e17a6baf47c9a63d9556e3";
};
meta = with lib; {

Loading…
Cancel
Save