1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Merge pull request #328155 from r-ryantm/auto-update/python312Packages.pex

python312Packages.pex: 2.7.0 -> 2.12.1
This commit is contained in:
OTABI Tomoya 2024-08-01 12:58:01 +09:00 committed by GitHub
commit 26e9fcbe00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pex";
version = "2.7.0";
version = "2.12.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tL+Roe2GHSVm6tIxIWXI6ek8rOMN8Ak2+Xe5ebn497E=";
hash = "sha256-KBD9sRqtQT02RfyXurUiGy28bucB7l/irF/fPmVeGwc=";
};
build-system = [ hatchling ];