mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pass-age: Update to 1.7.4a2.
* gnu/packages/password-utils.scm (pass-age): Update to 1.7.4a2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
33c76a75f8
commit
6ed59649e1
1 changed files with 2 additions and 2 deletions
|
@ -827,7 +827,7 @@ through the pass command.")
|
||||||
(package
|
(package
|
||||||
(inherit password-store)
|
(inherit password-store)
|
||||||
(name "pass-age")
|
(name "pass-age")
|
||||||
(version "1.7.4a1")
|
(version "1.7.4a2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -836,7 +836,7 @@ through the pass command.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g8x2zivid18qf1czq1yqychmbdzxzs83rg8a5b392m2rzxlrx08"))))
|
(base32 "1ap2i08zjvacd2rllrsx9bw3zz5i99bk0i5yxrssvn6w60bwjqdl"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules
|
'(#:modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue