Unverified Commit eb1e8c87 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 5103b588 21fd66c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];