ngz pushed a commit to branch master in repository guix. commit 6ed59649e1c0201f6dedb65b992a3b9300671511 Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Mon Feb 24 20:15:47 2025 +0100
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 <m...@nicolasgoaziou.fr> --- gnu/packages/password-utils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 81758cea43..78154b967c 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -827,7 +827,7 @@ through the pass command.") (package (inherit password-store) (name "pass-age") - (version "1.7.4a1") + (version "1.7.4a2") (source (origin (method git-fetch) @@ -836,7 +836,7 @@ through the pass command.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0g8x2zivid18qf1czq1yqychmbdzxzs83rg8a5b392m2rzxlrx08")))) + (base32 "1ap2i08zjvacd2rllrsx9bw3zz5i99bk0i5yxrssvn6w60bwjqdl")))) (build-system copy-build-system) (arguments '(#:modules