python312Packages.pyvex: 9.2.103 -> 9.2.104

This commit is contained in:
Fabian Affolter
2024-06-02 09:09:25 +02:00
parent 321f7fac26
commit 3aa11e60d6
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvex";
version = "9.2.103";
version = "9.2.104";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-pmvdAdp/2uAsRMoDnp1naPVh47a0m8NNothbIFcptGI=";
hash = "sha256-lFzvo+DZgVathfAx++A7lA9dRrUqDyAg204h7M17zW8=";
};
build-system = [ setuptools ];