From ddb536fe4e09d336e5956b1d660d8026891dc3ee Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 7 Jul 2026 10:07:42 +0200 Subject: [PATCH] python3Packages.fastgit: 0.0.5 -> 0.0.6 Diff: https://github.com/AnswerDotAI/fastgit/compare/0.0.5...0.0.6 Changelog: https://github.com/AnswerDotAI/fastgit/blob/0.0.6/CHANGELOG.md --- pkgs/development/python-modules/fastgit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/fastgit/default.nix b/pkgs/development/python-modules/fastgit/default.nix index e14571efeb63..0b98a1ecb573 100644 --- a/pkgs/development/python-modules/fastgit/default.nix +++ b/pkgs/development/python-modules/fastgit/default.nix @@ -8,14 +8,14 @@ buildPythonPackage (finalAttrs: { pname = "fastgit"; - version = "0.0.5"; + version = "0.0.6"; pyproject = true; src = fetchFromGitHub { owner = "AnswerDotAI"; repo = "fastgit"; tag = finalAttrs.version; - hash = "sha256-rECQZAhtD6MsDwoED7K8I3HtYdbR8DqCZqP2AqNHroY="; + hash = "sha256-kasTNCeFrqEgska7wQ612c6lyQErnjsulqARo8WN9jA="; }; build-system = [ setuptools ];