3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #167962 from r-ryantm/auto-update/python310Packages.pex

python310Packages.pex: 2.1.77 -> 2.1.78
This commit is contained in:
Fabian Affolter 2022-04-09 08:33:44 +02:00 committed by GitHub
commit 70d9008f6e
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.77";
version = "2.1.78";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-lvzRb+m3a3DmimzVIroobJaNe2PuMoadb48YwhxCVvA=";
hash = "sha256-1bWAEMMBjmyLS1W+VWgD9BsZq5f0DmEOQryXH9vupCY=";
};
nativeBuildInputs = [