about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pex
diff options
context:
space:
mode:
authorphaer <hello@phaer.org>2023-08-04 10:16:01 +0200
committerphaer <hello@phaer.org>2023-08-04 10:27:27 +0200
commit3c71742636b50b4c868773956563f854628e0c92 (patch)
tree1969deb928060a3efdda9f88717be81a629ba1ea /pkgs/development/python-modules/pex
parent3e36ea62d7302c0da62960534d99069868a6b2f0 (diff)
python310Packages.pex: 2.1.137 -> 2.1.141
fixes https://github.com/NixOS/nixpkgs/issues/246448,
replaces https://github.com/NixOS/nixpkgs/pull/206043
Diffstat (limited to 'pkgs/development/python-modules/pex')
-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 ec6a850eb8268..aa0c32dffd226 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.137";
+  version = "2.1.141";
   format = "flit";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-ywzmz2R1fdW6TzTEYHq0hfeQnmwkzUecoozlIgXw7es=";
+    hash = "sha256-EsIurZNgWslUciz5Pc2hj2F4tAJ8hQydRWnVIWdryDc=";
   };
 
   nativeBuildInputs = [