python3Packages.pynrrd: 0.4.3 -> 1.0.0

This commit is contained in:
Martin Weinelt
2022-12-30 20:13:37 +01:00
parent e518314491
commit c2a599e390

View File

@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pynrrd";
version = "0.4.3";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "mhe";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4UM2NAKWfsjxAoLQCFSPVKG5GukxqppywqvLM0V/dIs=";
hash = "sha256-R/bUItF2BaKTFdMNBHFJKq0jSX6z49e8CGXENUn07SU=";
};
propagatedBuildInputs = [