python3Packages.tempora: 5.8.0 -> 5.8.1
https://github.com/jaraco/tempora/blob/v5.8.1/NEWS.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tempora";
|
||||
version = "5.8.0";
|
||||
version = "5.8.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -21,9 +21,13 @@ buildPythonPackage rec {
|
||||
owner = "jaraco";
|
||||
repo = "tempora";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ojllPOmz+laxFMCobLcDnCVMvo1354vS5nBnO1mxokM=";
|
||||
hash = "sha256-1Zeo8bUCHKPZ6I0HGT7bIh7IgbRL4j9Cv3t9FFiZ72s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i "/coherent\.licensed/d" pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user