From 35875f69a4e2aa1ae57688c871dfbaddd50925e7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Jun 2026 12:38:12 +0200 Subject: [PATCH] python3Packages.fastgit: 0.0.4 -> 0.0.5 Diff: https://github.com/AnswerDotAI/fastgit/compare/0.0.4...0.0.5 Changelog: https://github.com/AnswerDotAI/fastgit/blob/0.0.5/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 e39471a6bba9..e14571efeb63 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.4"; + version = "0.0.5"; pyproject = true; src = fetchFromGitHub { owner = "AnswerDotAI"; repo = "fastgit"; tag = finalAttrs.version; - hash = "sha256-d/CGvKe+8FqTOyDsLmEHQZCWgsFvynmxwOY1VC1DtGE="; + hash = "sha256-rECQZAhtD6MsDwoED7K8I3HtYdbR8DqCZqP2AqNHroY="; }; build-system = [ setuptools ];