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

pur: 7.3.3 -> 7.4.0 (#514332)

parents c4fbef0c 9f02827b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "pur";
  version = "7.3.3";
  version = "7.4.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "alanhamlett";
    repo = "pip-update-requirements";
    tag = finalAttrs.version;
    hash = "sha256-zSEzYYpDmu3fennTZNvQjAoMekzxoMDUEqvSjN6hNUk=";
    hash = "sha256-BxUR4yyT6ipvBozWgat709rNPHELE/PNPVJ4LtfOdfQ=";
  };

  build-system = with python3.pkgs; [ setuptools ];