python3Packages.pex: 2.1.117 -> 2.1.119

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:31 +01:00
parent 0d18c3b1a5
commit bbc8fb4c92

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.117";
version = "2.1.119";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Q1dz/xEQuJOrelDAB3YhISK6HPsqBQXGAx7Qgpqq+6w=";
hash = "sha256-QughY8G0Z9/371tlG0VMUqeKW/Nndv9mMbR1AIBlmTA=";
};
nativeBuildInputs = [