pass-git-helper: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2025-01-25 02:57:11 +00:00
parent bafca6cbe1
commit eab5e5a70f
@@ -11,14 +11,14 @@
buildPythonApplication rec {
pname = "pass-git-helper";
version = "3.0.0";
version = "3.1.0";
pyproject = true;
src = fetchFromGitHub {
owner = "languitar";
repo = "pass-git-helper";
tag = "v${version}";
sha256 = "sha256-DLH3l4wYfBlrc49swLgyHeZXebJ5JSzU7cHjD7Hmw0g=";
sha256 = "sha256-HcafOaunDsyUm5KPcDNo/hENFMZseWSD8GYilKYOPco=";
};
build-system = [ setuptools ];