Merge pull request #319734 from r-ryantm/auto-update/python311Packages.spatial-image

python311Packages.spatial-image: 1.0.0 -> 1.1.0
This commit is contained in:
Nick Cao 2024-06-14 14:05:39 -04:00 committed by GitHub
commit 8c6b77449f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];