python310Packages.zope-i18nmessageid: 5.1.1 -> 6.0.1
Changelog: https://github.com/zopefoundation/zope.i18nmessageid/blob/6.0.1/CHANGES.rst
This commit is contained in:
@@ -1,24 +1,21 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, six
|
||||
, zope_testrunner
|
||||
, unittestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zope-i18nmessageid";
|
||||
version = "5.1.1";
|
||||
version = "6.0.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "zope.i18nmessageid";
|
||||
inherit version;
|
||||
hash = "sha256-R7djR7gOCytmxIbuZvP4bFdJOiB1uFqfuAJpD6cwvZI=";
|
||||
hash = "sha256-LVvOb7MfHOoO+iZEZJvIZ9KXIwPx272f/vzlsuueAXY=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
unittestCheckHook
|
||||
zope_testrunner
|
||||
|
||||
Reference in New Issue
Block a user