mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
python: zope.deprecation: 4.3.0 -> 4.4.0
This commit is contained in:
parent
d75cd1fcfc
commit
1304c0cd63
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zope.deprecation";
|
pname = "zope.deprecation";
|
||||||
version = "4.3.0";
|
version = "4.4.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7d52e134bbaaa0d72e1e2bc90f0587f1adc116c4bdf15912afaf2f1e8856b224";
|
sha256 = "0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zope_testing ];
|
buildInputs = [ zope_testing ];
|
||||||
|
Loading…
Reference in New Issue
Block a user