gitfetch: 1.3.3 -> 1.4.0

This commit is contained in:
R. Ryantm
2026-07-10 15:29:51 +00:00
parent 2e657a0bd8
commit dbb519e93a
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gitfetch";
version = "1.3.3";
version = "1.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "Matars";
repo = "gitfetch";
tag = "v${finalAttrs.version}";
hash = "sha256-dVJdc0iqcl/+s3v+ui6XtKRlOuYoFVYWlG0GtTZLr5o=";
hash = "sha256-WiMLpdj9p4fGxdMUlsNnGv0METgrCtpaCvTVm2474oE=";
};
build-system = with python3Packages; [ setuptools ];