3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.pex: 2.1.114 -> 2.1.116

This commit is contained in:
R. Ryantm 2022-11-28 02:31:31 +00:00
parent 6e2d0bbd28
commit 4ffc4ebacd

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.114";
version = "2.1.116";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-EfeoSik6vYQS4MAulfM2xfRUGYG308QzWAj4buCXX4U=";
hash = "sha256-JWQhU928BJcsDp70OeRnUzU4nC/AxuWCIPzz2jAMPoM=";
};
nativeBuildInputs = [