python3Packages.gto: 1.6.2 -> 1.7.0

https://github.com/iterative/gto/releases/tag/1.7.0
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:55 +01:00
parent 537322fb4d
commit 3d449547cc
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "gto";
version = "1.6.2";
version = "1.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = "gto";
rev = "refs/tags/${version}";
hash = "sha256-1+Owhp2otGC/FIdsSz+4vn0sZR696+zOMGNDvjM6KH8=";
hash = "sha256-dovCItMhPKRSPfbTzM5dbz8hdygqrLdUi6gS4+G10ks=";
};
postPatch = ''