mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pass-tomb: Update to 1.3.
* gnu/packages/password-utils.scm (pass-tomb): Update to 1.3.
This commit is contained in:
parent
0627af4db2
commit
af01ce15a8
1 changed files with 2 additions and 2 deletions
|
@ -1315,7 +1315,7 @@ encryption algorithm if so desired.")
|
||||||
(define-public pass-tomb
|
(define-public pass-tomb
|
||||||
(package
|
(package
|
||||||
(name "pass-tomb")
|
(name "pass-tomb")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1324,7 +1324,7 @@ encryption algorithm if so desired.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qj7vx7svk1ljwihj3kv310k17mafnf919n30n4qn1yxmmsvj924"))))
|
(base32 "1sjkbdm2i3v77nbnap8sypbfdqwxckc8h66g3ixjnyr6cqgcrdli"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue