From ef30ce0571478d2fb00c19510d0a49867d611bf9 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 11 Apr 2026 14:24:03 +0000 Subject: [PATCH] python3Packages.git-find-repos: 2.1.0 -> 2.1.1 --- pkgs/development/python-modules/git-find-repos/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/git-find-repos/default.nix b/pkgs/development/python-modules/git-find-repos/default.nix index d97d153ee6c1..e34c406d302b 100644 --- a/pkgs/development/python-modules/git-find-repos/default.nix +++ b/pkgs/development/python-modules/git-find-repos/default.nix @@ -6,14 +6,14 @@ }: buildPythonPackage rec { pname = "git-find-repos"; - version = "2.1.0"; + version = "2.1.1"; pyproject = true; src = fetchFromGitHub { owner = "acroz"; repo = "git-find-repos"; rev = version; - sha256 = "sha256-4TuZlt6XH4//DBHPuIMl/i3Tp6Uft62dGCTAuZ2rseE="; + sha256 = "sha256-+MiCMgIakpJaWWdN2grerlPbPAnfIXuclvRw8XQ1YiI="; }; build-system = [ setuptools-scm ];