pass-git-helper: 3.3.0 -> 4.0.0

This commit is contained in:
R. Ryantm 2025-08-03 15:24:46 +00:00
parent 53c766aff1
commit 9f5d733533

View File

@ -11,14 +11,14 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "pass-git-helper"; pname = "pass-git-helper";
version = "3.3.0"; version = "4.0.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "languitar"; owner = "languitar";
repo = "pass-git-helper"; repo = "pass-git-helper";
tag = "v${version}"; tag = "v${version}";
sha256 = "sha256-Y+Y/WcVY5XrxhLoixWwsi9TMkWsJ+jXbs1rZuzo3MFo="; sha256 = "sha256-SAMndgcxBa7wymXbOwRGcoogFfzpFFIZ0tF4NSCXpjw=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];