python312Packages.pyvex: 9.2.98 -> 9.2.99

This commit is contained in:
Fabian Affolter 2024-04-16 22:27:40 +02:00
parent 02f0168166
commit 4b7488606d
1 changed files with 2 additions and 2 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.98";
version = "9.2.99";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-+X4G5jLG7c75XIItNlQLF5YV0XUQwdA6JyF1IGBfiE0=";
hash = "sha256-y30IR3L+bgQA2gJkminkIkz1/UH27tuHn0Ekk0mtghk=";
};
build-system = [