Unverified Commit 4f48738c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pipx: 1.7.1 -> 1.8.0 (#447470)

parents d4ca8029 4fabc37f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "pipx";
  version = "1.7.1";
  version = "1.8.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "pypa";
    repo = "pipx";
    tag = version;
    hash = "sha256-diHWzrSpXWbNosXKN5nj2FM09HicDhHWKxQDXc+AZ4o=";
    hash = "sha256-TEF5zBAB0tvfY0dsZOnu2r9P+pheMr/OOI6CCY8PItg=";
  };

  build-system = [