Merge pull request #234247 from fabaff/license-expression-bump

python311Packages.license-expression: 30.1.0 -> 30.1.1
This commit is contained in:
Fabian Affolter
2023-05-31 20:43:51 +02:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "license-expression";
version = "30.1.0";
version = "30.1.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "nexB";
repo = "license-expression";
rev = "refs/tags/v${version}";
hash = "sha256-QPjVSSndgKlAdGY6nZjjOrnyyVfOVu8ggfBwGWi+RyE=";
hash = "sha256-5pRfFRQLxWmhEKoJZiC7gZbmW8BbqBNBWbdwFL0MtpM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;
@@ -37,11 +37,12 @@ buildPythonApplication rec {
];
pythonRelaxDeps = [
"dpath"
"bc-detect-secrets"
"bc-python-hcl2"
"pycep-parser"
"dpath"
"license-expression"
"networkx"
"pycep-parser"
];
nativeBuildInputs = [