3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pex: 2.1.79 -> 2.1.80

This commit is contained in:
R. Ryantm 2022-04-19 02:43:46 +00:00
parent 0d75eff60a
commit 984e8f8326

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.79";
version = "2.1.80";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XIqof/RZL1dmfPU6NVtkf18zrkG5RPOesGfsDDrPhQ8=";
hash = "sha256-m9HMvLoFpg5aUoNknLdF7X++XEk9j70+qaid627uYvs=";
};
nativeBuildInputs = [