Commit 83a55904 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pex: 2.1.131 -> 2.1.134

parent 7e3c25bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "pex";
  version = "2.1.131";
  version = "2.1.134";
  format = "flit";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-eG1giXUuQfxROe0H8ZhU0qde8LZwRXy6YCiT54mZ6q4=";
    hash = "sha256-hVh8N/eTJL5HpxIUkLsnD985zm1pGnD5YDgwJ/3N6dU=";
  };

  nativeBuildInputs = [