python3Packages.gto: 1.9.0 -> 1.10.1

This commit is contained in:
R. Ryantm
2026-07-16 10:53:04 +00:00
parent 0b70dd4a2c
commit abcb99b715
@@ -26,14 +26,14 @@
buildPythonPackage (finalAttrs: {
pname = "gto";
version = "1.9.0";
version = "1.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "iterative";
repo = "gto";
tag = finalAttrs.version;
hash = "sha256-LXYpOnk9W/ellG70qZLihmvk4kvVcwZfE5buPNU2qzQ=";
hash = "sha256-pzXU7H4ysu0IBHEtSduA7ogNqmRVWagTI5E4P0z/Wio=";
};
build-system = [