diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-24 20:15:47 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-02-24 23:07:01 +0100 |
commit | 6ed59649e1c0201f6dedb65b992a3b9300671511 (patch) | |
tree | 452ba2245aeead80ee4c78fe9f34eef661bc74e2 | |
parent | 33c76a75f84e9243f6b71fc0dda834e63ad3024a (diff) | |
download | guix-6ed59649e1c0201f6dedb65b992a3b9300671511.tar.gz guix-6ed59649e1c0201f6dedb65b992a3b9300671511.zip |
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>
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files 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 |