about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-04-01 04:16:08 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-04-01 04:16:08 +0000
commitbfacc22648208b3ed81e65875112db290e63a7f6 (patch)
tree4ca61e8bea857f415068ee7bd91f0f9e30d59abe /pkgs
parent72152ff5ad470ed1a5b97c0ba2737938c136c994 (diff)
downloadnixlib-bfacc22648208b3ed81e65875112db290e63a7f6.tar
nixlib-bfacc22648208b3ed81e65875112db290e63a7f6.tar.gz
nixlib-bfacc22648208b3ed81e65875112db290e63a7f6.tar.bz2
nixlib-bfacc22648208b3ed81e65875112db290e63a7f6.tar.lz
nixlib-bfacc22648208b3ed81e65875112db290e63a7f6.tar.xz
nixlib-bfacc22648208b3ed81e65875112db290e63a7f6.tar.zst
nixlib-bfacc22648208b3ed81e65875112db290e63a7f6.zip
python310Packages.pex: 2.1.74 -> 2.1.75
Diffstat (limited to 'pkgs')
-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 353b69cb0a8b..0c22823d565e 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.74";
+  version = "2.1.75";
   format = "flit";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-SyKOwESn+0pFtm2GBFcS+kzIuv5cNXcayTtI7OyFpQg=";
+    hash = "sha256-G5JE4/ZWZYo8Fpy3ZhIaWNzGfEkWb9qA9vL3UVTqf0Q=";
   };
 
   nativeBuildInputs = [