python3Packages.tempora: 5.7.0 -> 5.8.0

https://github.com/jaraco/tempora/blob/v5.8.0/NEWS.rst
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:37 +01:00
parent f76e69f754
commit b93d939a92
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "tempora";
version = "5.7.0";
version = "5.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jaraco";
repo = "tempora";
tag = "v${version}";
hash = "sha256-M6nWKYvgn4tk2diiTDAYb1uQdP8H1M8yqhsFLJ9H7HU=";
hash = "sha256-ojllPOmz+laxFMCobLcDnCVMvo1354vS5nBnO1mxokM=";
};
build-system = [ setuptools-scm ];
@@ -47,7 +47,7 @@ buildPythonPackage rec {
description = "Objects and routines pertaining to date and time";
mainProgram = "calc-prorate";
homepage = "https://github.com/jaraco/tempora";
changelog = "https://github.com/jaraco/tempora/blob/v${version}/NEWS.rst";
changelog = "https://github.com/jaraco/tempora/blob/${src.tag}/NEWS.rst";
license = licenses.mit;
maintainers = [ ];
};