about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-09 09:55:05 +0100
committerGitHub <noreply@github.com>2024-01-09 09:55:05 +0100
commitf7a6fa2f64a2884f7d60637ecb1d855f8d27f694 (patch)
tree30d5ba95b5e29d39efce352dba5c9948bd7ee0aa
parent3f77dbdbd09b5a61763a63718eaaae509c6cc4b2 (diff)
parent9a524cafe130cce465519cce10c3c095c53af607 (diff)
Merge pull request #279755 from r-ryantm/auto-update/python310Packages.pex
python310Packages.pex: 2.1.153 -> 2.1.156
-rw-r--r--pkgs/development/python-modules/pex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pex/default.nix b/pkgs/development/python-modules/pex/default.nix
index 9d067789b3ab3..6630d8139a36c 100644
--- a/pkgs/development/python-modules/pex/default.nix
+++ b/pkgs/development/python-modules/pex/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "pex";
-  version = "2.1.153";
+  version = "2.1.156";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-idIhtaEjmX1FX2Kgaks3IjNZz76jCUdR/9w1Q1BHu4c=";
+    hash = "sha256-VC7LRXwh9a6Pp0mJQJjhxU6GOWKO/ucOzn+J2mAqpMI=";
   };
 
   nativeBuildInputs = [