3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181621 from r-ryantm/auto-update/python3.10-pex

python310Packages.pex: 2.1.98 -> 2.1.99
This commit is contained in:
Sandro 2022-07-15 21:42:56 +02:00 committed by GitHub
commit 4ccf78c048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.98";
version = "2.1.99";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5qvcaxbRR6Mt4lgSxQlcfSEfxjzW134hLJxxMZxg6LQ=";
hash = "sha256-P+r0JOSVwIVWkQROvsbpUocwB4x0HrVyy9oY9CdNj6s=";
};
nativeBuildInputs = [