python3Packages.nexusformat: 2.0.2 -> 2.0.3

https://github.com/nexpy/nexusformat/releases/tag/v2.0.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:38 +02:00
parent 1f0faea2a4
commit 0ae2782668

View File

@@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "nexusformat";
version = "2.0.2";
version = "2.0.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-uDHWO+nxfWe1d1eBona4fsqNDt0Swbkb513sSOPI9Sk=";
hash = "sha256-FeAM5iwTfC/EcVl/L/1l7NTuZcVnZISQppTKaRqWldA=";
};
build-system = [