mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python310Packages.zope_contenttype: 4.5.0 -> 4.6
This commit is contained in:
parent
99e18a525c
commit
7b6656f69a
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope.contenttype";
|
||||
version = "4.5.0";
|
||||
version = "4.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c12d929c67ab3eaef9b8a7fba3d19cce8500c8fd25afed8058c8e15f324cbd5b";
|
||||
sha256 = "sha256-NnVoeLxSWzY2TQ1b2ZovCw/TuaUND+m73Eqxs4rCOAA=";
|
||||
};
|
||||
|
||||
checkInputs = [ zope_testrunner ];
|
||||
|
|
Loading…
Reference in a new issue