python3Packages.nglview: 4.0 -> 4.0.1

https://github.com/nglviewer/nglview/releases/tag/v4.0.1

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 0ae2782668
commit 386d5ff2fe

View File

@@ -19,12 +19,12 @@
}:
buildPythonPackage rec {
pname = "nglview";
version = "4.0";
version = "4.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-LAz/LFseKgpy4zkwh85ErgMIUkxapflTV4EtPtvCboM=";
hash = "sha256-HhW4Gbn4raPlIeWH0kzDdUVzIDzJnuXYAc7yjZkoZaU=";
};
nativeBuildInputs = [