python312Packages.pynrrd: 1.1.1 -> 1.1.3 (#378843)

This commit is contained in:
Nick Cao
2025-02-03 19:17:28 -05:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pynrrd";
version = "1.1.1";
version = "1.1.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mhe";
repo = pname;
tag = "v${version}";
hash = "sha256-B/G46/9Xf1LRu02p0X4/UeW1RYotSXKXRO9VZDPhkNU=";
hash = "sha256-qu3s3XswJCUchqYfYMuqIzI4sfeXrttvXSEW9/GSENA=";
};
build-system = [ setuptools ];