Commit e4067fcc authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.pyvex: 9.2.117 -> 9.2.118

parent bbc34a98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pyvex";
  version = "9.2.117";
  version = "9.2.118";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-hW5uCploPx7+Q8RYZSm6bp/SkbPftkfMkhLvBjHJuBc=";
    hash = "sha256-LRJSecKAQAg5Axfi8h//cc3xozOiPUkZD49VJIE6shE=";
  };

  build-system = [ setuptools ];