Merge pull request #66021 from r-ryantm/auto-update/python3.7-BTrees
python37Packages.BTrees: 4.5.1 -> 4.6.0
This commit is contained in:
commit
3fe77bd2be
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "BTrees";
|
pname = "BTrees";
|
||||||
version = "4.5.1";
|
version = "4.6.0";
|
||||||
|
|
||||||
buildInputs = [ transaction ];
|
buildInputs = [ transaction ];
|
||||||
propagatedBuildInputs = [ persistent zope_interface ];
|
propagatedBuildInputs = [ persistent zope_interface ];
|
||||||
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "dcc096c3cf92efd6b9365951f89118fd30bc209c9af83bf050a28151a9992786";
|
sha256 = "0bmkpg6z5z47p21340nyrfbdv2jkfp80yv085ndgbwaas1zi7ac9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user