python3Packages.nexusformat: 1.0.8 -> 2.0.0

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:38 +01:00
parent 4c5f088c03
commit 6fad6ef413
@@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "nexusformat";
version = "1.0.8";
version = "2.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zsIOnWgMbUaJl3tHnpQiF3+Qy48dwKDAvFlg6z8hW/M=";
hash = "sha256-mIGbmpT9+ZPD3X999fhZSdSg/XgI/SdbEoE/oarjuS0=";
};
build-system = [