python3Packages.commoncode: 32.3.0 -> 32.4.0; fix build failure (#476500)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "commoncode";
|
||||
version = "32.3.0";
|
||||
version = "32.4.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "nexB";
|
||||
repo = "commoncode";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-FL9t8r53AJLR5D2XSEOq7qVHgvvHIbtPW5iVpSQCVsQ=";
|
||||
hash = "sha256-k9E/Yz6G3IHJPf3BlscZNSL4Qk9WyGU3vXA+U+GwWA0=";
|
||||
};
|
||||
|
||||
dontConfigure = true;
|
||||
@@ -69,7 +69,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Set of common utilities, originally split from ScanCode";
|
||||
homepage = "https://github.com/nexB/commoncode";
|
||||
changelog = "https://github.com/nexB/commoncode/blob/v${version}/CHANGELOG.rst";
|
||||
changelog = "https://github.com/nexB/commoncode/blob/${src.tag}/CHANGELOG.rst";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user