python311Packages.spatial-image: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2024-06-14 06:38:45 +00:00
parent f587de5d7f
commit d037d0c121
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "spatial-image";
version = "1.0.0";
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "spatial-image";
repo = "spatial-image";
rev = "refs/tags/v${version}";
hash = "sha256-nCsxPhIgGmZZntYbhQ3KnzptcKdN288eNixbQDgECSQ=";
hash = "sha256-yIAqHhq2naTA8PdLOdrNSrhEOhRwlFD6x9dH4xDVt9Y=";
};
nativeBuildInputs = [ flit-core ];