python310Packages.pex: 2.1.78 -> 2.1.79

This commit is contained in:
R. Ryantm
2022-04-13 04:43:22 +00:00
parent 7feda9ba09
commit 5f000fa167
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.1.78";
version = "2.1.79";
format = "flit";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1bWAEMMBjmyLS1W+VWgD9BsZq5f0DmEOQryXH9vupCY=";
hash = "sha256-XIqof/RZL1dmfPU6NVtkf18zrkG5RPOesGfsDDrPhQ8=";
};
nativeBuildInputs = [