python311Packages.gto: 1.7.0 -> 1.7.1

Diff: https://github.com/iterative/gto/compare/refs/tags/1.7.0...1.7.1

Changelog: https://github.com/iterative/gto/releases/tag/1.7.1
This commit is contained in:
Fabian Affolter 2024-03-21 21:38:44 +01:00
parent df3a7e8c3c
commit 74f5fc5205
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "gto";
version = "1.7.0";
version = "1.7.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "gto";
rev = "refs/tags/${version}";
hash = "sha256-dovCItMhPKRSPfbTzM5dbz8hdygqrLdUi6gS4+G10ks=";
hash = "sha256-fUi+/PW05EvgTnoEv1Im1BjZ07VzpZhyW0EjhLUqJGI=";
};
postPatch = ''