about summary refs log tree commit diff
path: root/pkgs/development/python-modules/datetime
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-08-17 00:14:50 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-08-17 00:14:50 +0200
commit9ab06d3cde443930d170c0101dd836615d6bb2af (patch)
tree82a26029de7656543cc3c5951ff35b5dc3f29d3a /pkgs/development/python-modules/datetime
parent738688f069d3a7add23e2efb5e19a1f279818624 (diff)
python310Packages.datetime: 5.1 -> 5.2
Diff: https://github.com/zopefoundation/datetime/compare/refs/tags/5.1...5.2

Changelog: https://github.com/zopefoundation/DateTime/releases/tag/5.2
Diffstat (limited to 'pkgs/development/python-modules/datetime')
-rw-r--r--pkgs/development/python-modules/datetime/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/datetime/default.nix b/pkgs/development/python-modules/datetime/default.nix
index a179d031da045..50266cc408d46 100644
--- a/pkgs/development/python-modules/datetime/default.nix
+++ b/pkgs/development/python-modules/datetime/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "datetime";
-  version = "5.1";
+  version = "5.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "zopefoundation";
     repo = "datetime";
     rev = "refs/tags/${version}";
-    hash = "sha256-5H7s2y/2zsQC3Azs1yakotO8ZVLCRV8yPahbX09C5L8=";
+    hash = "sha256-J96IjyPyJaUC5mECK3g/cgxBh1OoVfj62XocBatYgOw=";
   };
 
   propagatedBuildInputs = [