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

python311Packages.license-expression: 30.1.1 -> 30.2.0
This commit is contained in:
Fabian Affolter
2023-12-03 16:16:44 +01:00
committed by GitHub

View File

@@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "license-expression";
version = "30.1.1";
format = "setuptools";
version = "30.2.0";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "nexB";
repo = "license-expression";
rev = "refs/tags/v${version}";
hash = "sha256-5pRfFRQLxWmhEKoJZiC7gZbmW8BbqBNBWbdwFL0MtpM=";
hash = "sha256-vsQsHi2jdB0OiV6stm1APjQvr+238UoKgaaeXVx/isI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;