Commit 01ae0af3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.pyvex: 9.2.152 -> 9.2.153

parent c0495c02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pyvex";
  version = "9.2.152";
  version = "9.2.153";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-9OoJkScsHpC5AsVlTkjQ9O8Qizfnbn/ol6b3i/jB2Io=";
    hash = "sha256-K0m8FFWIQP9qoKX6a5Wr+ZAB6+M8DDlEtPRJBHhS24M=";
  };

  build-system = [ setuptools ];