python3Packages.tempora: 5.7.0 -> 5.8.0
https://github.com/jaraco/tempora/blob/v5.8.0/NEWS.rst
This commit is contained in:
@@ -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 = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user