Unverified Commit 383e7ffc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.license-expression: 30.1.0 -> 30.1.1
parents c13337a2 f9506e92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
+3 −2
Original line number Diff line number Diff line
@@ -37,11 +37,12 @@ buildPythonApplication rec {
  ];

  pythonRelaxDeps = [
    "dpath"
    "bc-detect-secrets"
    "bc-python-hcl2"
    "pycep-parser"
    "dpath"
    "license-expression"
    "networkx"
    "pycep-parser"
  ];

  nativeBuildInputs = [