python311Packages.datetime: 5.2 -> 5.4
Diff: https://github.com/zopefoundation/datetime/compare/refs/tags/5.2...5.4 Changelog: https://github.com/zopefoundation/DateTime/blob/5.4/CHANGES.rst
This commit is contained in:
parent
9f434bd436
commit
af593194c5
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "datetime";
|
||||
version = "5.2";
|
||||
version = "5.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "zopefoundation";
|
||||
repo = "datetime";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-J96IjyPyJaUC5mECK3g/cgxBh1OoVfj62XocBatYgOw=";
|
||||
hash = "sha256-k4q9n3uikz+B9CUyqQTgl61OTKDWMsyhAt2gB1HWGRw=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue