mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user