Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.pex: 2.1.30 -> 2.1.34

+2 -2
+2 -2
pkgs/development/python-modules/pex/default.nix
··· 6 7 buildPythonPackage rec { 8 pname = "pex"; 9 - version = "2.1.30"; 10 11 src = fetchPypi { 12 inherit pname version; 13 - sha256 = "ac170d656d2083d02048850005415d03d1767087e4f5037bc86defb6b23e712d"; 14 }; 15 16 nativeBuildInputs = [ setuptools ];
··· 6 7 buildPythonPackage rec { 8 pname = "pex"; 9 + version = "2.1.34"; 10 11 src = fetchPypi { 12 inherit pname version; 13 + sha256 = "988e6a4e12933522e0c647da78c6e30fc42e3a172ba52cfb0332affcfc9ee29e"; 14 }; 15 16 nativeBuildInputs = [ setuptools ];