python3Packages.nexusformat: 1.0.7 -> 1.0.8

https://github.com/nexpy/nexusformat/releases/tag/v1.0.8

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:39 +02:00
parent da006f1aa1
commit 0ea5a5d1c5
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "nexusformat";
version = "1.0.7";
version = "1.0.8";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
hash = "sha256-SSS6LTOdqLTHNGpBRO7UELF9qJb/sG8EwrE/azxk7wM=";
hash = "sha256-zsIOnWgMbUaJl3tHnpQiF3+Qy48dwKDAvFlg6z8hW/M=";
};
build-system = [