mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03: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 {
|
||||
pname = "zope.deprecation";
|
||||
version = "4.3.0";
|
||||
version = "4.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "7d52e134bbaaa0d72e1e2bc90f0587f1adc116c4bdf15912afaf2f1e8856b224";
|
||||
sha256 = "0d453338f04bacf91bbfba545d8bcdf529aa829e67b705eac8c1a7fdce66e2df";
|
||||
};
|
||||
|
||||
buildInputs = [ zope_testing ];
|
||||
|
Loading…
Reference in New Issue
Block a user