gitfetch: 1.2.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2025-10-28 20:06:53 +00:00
parent 708d213741
commit 1e00a1869a
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "gitfetch";
version = "1.2.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Matars";
repo = "gitfetch";
tag = "v${version}";
hash = "sha256-2cOfVv/snhluazyjwDuHEbbMq3cK+bsKYnnRmby0JDo=";
hash = "sha256-HAZUdGCITr4in0K/LOSZaMHZpPjrHxcg7kAF1J0vl1I=";
};
build-system = with python3Packages; [ setuptools ];