gnu: pass-tomb: Update to 1.3-0.f4f34f4.

* gnu/packages/password-utils.scm (pass-tomb): Update to 1.3-0.f4f34f4.

Change-Id: I45ead3c1e8475d38e76627f334afc2eb7440c8ec
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Cayetano Santos 2025-06-24 09:15:43 +02:00 committed by Sharlatan Hellseher
parent 51533dfc9b
commit 09950f17e7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1911,18 +1911,21 @@ encryption algorithm if so desired.")
(license license:gpl3))))
(define-public pass-tomb
;; Latest release is 4 years old.
(let ((commit "f4f34f4fc1ce7055fac74ad96686be49f7c28c349")
(revision "0"))
(package
(name "pass-tomb")
(version "1.3")
(version (git-version "1.3" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/roddhjav/pass-tomb")
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1sjkbdm2i3v77nbnap8sypbfdqwxckc8h66g3ixjnyr6cqgcrdli"))))
(base32 "0cwik9v5pspyi0kgq6d2kaqy6gj3dgfn97nbjcbkbrbbc7syyd3v"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
@ -1951,7 +1954,7 @@ password store in a Tomb and then keep your password tree encrypted when you
are not using it. It uses the same GPG key to encrypt passwords and tomb,
therefore you don't need to manage more key or secret. Moreover, you can ask
pass-tomb to automatically close your store after a given time.")
(license license:gpl3+)))
(license license:gpl3+))))
(define-public pass-coffin
(package