From aae482cd52acc856a2c9567ce0bc79544512205b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Feb 2026 01:45:38 +0100 Subject: [PATCH] python313Packages.fastgit: 0.0.1 -> 0.0.2 Diff: https://github.com/AnswerDotAI/fastgit/compare/0.0.1...0.0.2 Changelog: https://github.com/AnswerDotAI/fastgit/blob/0.0.2/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 659edadee631..1e2dba6e7bf4 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.1"; + version = "0.0.2"; pyproject = true; src = fetchFromGitHub { owner = "AnswerDotAI"; repo = "fastgit"; tag = finalAttrs.version; - hash = "sha256-zpX8Y8Cuoeh8oeYJjZOD2KZByu7OUwOva546gBP5iZs="; + hash = "sha256-l843vKDC3RZGMhmnvPxAQPkvXPGQwmuqe310j/2e2pM="; }; build-system = [ setuptools ];