3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pex: 2.1.73 -> 2.1.74

This commit is contained in:
R. Ryantm 2022-03-25 23:26:47 +00:00
parent f33719eda1
commit 1e44a44c2a

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.73";
version = "2.1.74";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OxIm0vFH0JadaKMGrKNNj8mA7ue1kazjpauSK6XNGiU=";
hash = "sha256-SyKOwESn+0pFtm2GBFcS+kzIuv5cNXcayTtI7OyFpQg=";
};
nativeBuildInputs = [