Commit 5bcdd669 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.pyvex: 9.2.153 -> 9.2.154

parent 3126a3ed
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.153";
  version = "9.2.154";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-K0m8FFWIQP9qoKX6a5Wr+ZAB6+M8DDlEtPRJBHhS24M=";
    hash = "sha256-a3ei2w66v18QKAofpPvDUoM42zHRHPrNQic+FE+rLKY=";
  };

  build-system = [ setuptools ];