python37Packages.pex: 1.6.2 -> 1.6.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-pex/versions (cherry picked from commit 5e074ac3e769968a73a1f0305ae5bd105130cee1)
This commit is contained in:
parent
d5def41bd1
commit
862608d212
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pex";
|
||||
version = "1.6.2";
|
||||
version = "1.6.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "724588ce982222a3020ad3de50e0912915815175771b35e59fe06fdf1db35415";
|
||||
sha256 = "1xb68q4rdi0is22cwvrfk1xwg6yngdxcvmjpdlkgmbdxf3y1sy33";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
|
Loading…
Reference in New Issue