pass-git-helper: 4.0.0 -> 4.1.0 (#463909)

This commit is contained in:
Nick Cao
2025-11-24 20:38:54 +00:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "pass-git-helper";
version = "4.0.0";
version = "4.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "languitar";
repo = "pass-git-helper";
tag = "v${version}";
sha256 = "sha256-SAMndgcxBa7wymXbOwRGcoogFfzpFFIZ0tF4NSCXpjw=";
sha256 = "sha256-gMhTYIFNCrUm6YoOOesJcQScugQ/SawiyeXjRG3cpQY=";
};
build-system = with python3Packages; [ setuptools ];