lol

python313Packages.gto: 1.7.2 -> 1.8.0 (#442104)

authored by

Fabian Affolter and committed by
GitHub
fd5515cf d6199f83

+8 -3
+8 -3
pkgs/development/python-modules/gto/default.nix
··· 25 25 26 26 buildPythonPackage rec { 27 27 pname = "gto"; 28 - version = "1.7.2"; 28 + version = "1.8.0"; 29 29 pyproject = true; 30 30 31 31 disabled = pythonOlder "3.9"; ··· 34 34 owner = "iterative"; 35 35 repo = "gto"; 36 36 tag = version; 37 - hash = "sha256-8ht22RqiGWqDoBrZnX5p3KKOLVPRm1a54962qKlTK4Q="; 37 + hash = "sha256-XgVV/WPs9QcxjVVsdvloo2+QWNViAJE404Nue7ZcBak="; 38 38 }; 39 39 40 40 build-system = [ ··· 78 78 "remote_repo" 79 79 "remote_git_repo" 80 80 "test_action_doesnt_push_even_if_repo_has_remotes_set" 81 + # ValueError: stderr not separately captured 82 + "test_register" 83 + "test_assign" 84 + "test_stderr_gto_exception" 85 + "test_stderr_exception" 81 86 ]; 82 87 83 88 pythonImportsCheck = [ "gto" ]; ··· 85 90 meta = with lib; { 86 91 description = "Module for Git Tag Operations"; 87 92 homepage = "https://github.com/iterative/gto"; 88 - changelog = "https://github.com/iterative/gto/releases/tag/${version}"; 93 + changelog = "https://github.com/iterative/gto/releases/tag/${src.tag}"; 89 94 license = licenses.asl20; 90 95 maintainers = with maintainers; [ fab ]; 91 96 mainProgram = "gto";