python3Packages.fastgit: 0.0.3 -> 0.0.4

This commit is contained in:
R. Ryantm
2026-03-13 04:58:17 +00:00
parent 00f6d5456c
commit c8a07428b1
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fastgit";
version = "0.0.3";
version = "0.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "AnswerDotAI";
repo = "fastgit";
tag = finalAttrs.version;
hash = "sha256-Ta4gL6iqUJ/eYHPMhFV73AQ5UOAR9l7Tqpt3jRRUNR0=";
hash = "sha256-d/CGvKe+8FqTOyDsLmEHQZCWgsFvynmxwOY1VC1DtGE=";
};
build-system = [ setuptools ];