Skip to content

Commit

Permalink
python310Packages.pex: 2.1.107 -> 2.1.108
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 6, 2022
1 parent 37bd398 commit 75a3132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pex/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

buildPythonPackage rec {
pname = "pex";
version = "2.1.107";
version = "2.1.108";
format = "flit";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-0qNbk9qrc30XIiXrNf04F2GzxoNIZaWXwY1WNg5W7WY=";
hash = "sha256-7BJj850k1hiBykIy25lyt09niZOTp7sxbvo5M89ZV08=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 75a3132

Please sign in to comment.