mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.nexusformat: 1.0.6 -> 1.0.7
This commit is contained in:
parent
79ed655a86
commit
ca5590df32
@ -19,10 +19,10 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nexusformat";
|
||||
version = "1.0.6";
|
||||
version = "1.0.7";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-UxU3PA/2r/uamdysbfC0L2JinHgfkXhssHIo2hf3zlA=";
|
||||
hash = "sha256-SSS6LTOdqLTHNGpBRO7UELF9qJb/sG8EwrE/azxk7wM=";
|
||||
};
|
||||
|
||||
pyproject = true;
|
||||
|
Loading…
Reference in New Issue
Block a user