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
This commit is contained in:
Fabian Affolter
2026-06-25 12:38:12 +02:00
parent 469967c346
commit 35875f69a4
@@ -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 ];