3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pipx: 0.17.0 -> 1.0.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:38 -08:00 committed by Martin Weinelt
parent 772d1ef3dc
commit 23f4ca5b86

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pipx";
version = "0.17.0";
version = "1.0.0";
disabled = pythonOlder "3.6";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pipxproject";
repo = pname;
rev = version;
sha256 = "sha256-vR/tKV+ZB0nZaxEcB83dwoSI7kBC1rA+6fo30rizroM=";
sha256 = "1sgfrlhci2m83k436dfwfmqjpb8hij6yypm03pm3n8drmr2aaa4s";
};
propagatedBuildInputs = [