mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #280205 from r-ryantm/auto-update/python311Packages.zope-size
python311Packages.zope-size: 4.4 -> 5.0
This commit is contained in:
commit
d71621333b
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope.size";
|
||||
version = "4.4";
|
||||
version = "5.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-bhv3QJdZtNpyAuL6/aZXWD1Acx8661VweWaItJPpkHk=";
|
||||
hash = "sha256-sVRT40+Bb/VFmtg82TUCmqWBxqRTRj4DxeLZe9IKQyo=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zope-i18nmessageid zope-interface ];
|
||||
|
|
Loading…
Reference in a new issue