From 9ab06d3cde443930d170c0101dd836615d6bb2af Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 17 Aug 2023 00:14:50 +0200 Subject: [PATCH 1/2] 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 --- pkgs/development/python-modules/datetime/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/datetime/default.nix b/pkgs/development/python-modules/datetime/default.nix index a179d031da04..50266cc408d4 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 = [ From 29eb909fe2f1d8802420b33f8222af2139600c61 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 17 Aug 2023 09:27:32 +0200 Subject: [PATCH 2/2] python310Packages.datetime: update changelog --- pkgs/development/python-modules/datetime/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/datetime/default.nix b/pkgs/development/python-modules/datetime/default.nix index 50266cc408d4..173431c924da 100644 --- a/pkgs/development/python-modules/datetime/default.nix +++ b/pkgs/development/python-modules/datetime/default.nix @@ -32,7 +32,7 @@ buildPythonPackage rec { meta = with lib; { description = "DateTime data type, as known from Zope"; homepage = "https://github.com/zopefoundation/DateTime"; - changelog = "https://github.com/zopefoundation/DateTime/releases/tag/${version}"; + changelog = "https://github.com/zopefoundation/DateTime/blob/${version}/CHANGES.rst"; license = licenses.zpl21; maintainers = with maintainers; [ icyrockcom ]; };