gitfetch: 1.3.2 -> 1.3.3

This commit is contained in:
loner
2026-03-23 08:46:04 +08:00
parent ea7bf5de32
commit a6c033aed8
+3 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gitfetch";
version = "1.3.2";
version = "1.3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "Matars";
repo = "gitfetch";
tag = "v${finalAttrs.version}";
hash = "sha256-HAZUdGCITr4in0K/LOSZaMHZpPjrHxcg7kAF1J0vl1I=";
hash = "sha256-dVJdc0iqcl/+s3v+ui6XtKRlOuYoFVYWlG0GtTZLr5o=";
};
build-system = with python3Packages; [ setuptools ];
@@ -23,6 +23,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
dependencies = with python3Packages; [
requests
readchar
webcolors
];
makeWrapperArgs = [