python312Packages.pyvex: 9.2.130 -> 9.2.132

This commit is contained in:
Fabian Affolter 2024-12-12 20:01:30 +01:00
parent c9b880f6b1
commit 11cd005b2d

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.130";
version = "9.2.132";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-U4AykjdxiT9tg9krxEcoNwSAvMNisyYaTLiOCTGoSOY=";
hash = "sha256-0/kiZLRkhWrMA74XILwrBtR45PMrypi3HqEt5UiVR/0=";
};
build-system = [ setuptools ];