diff options
author | Jack Hill <jackhill@jackhill.us> | 2023-03-06 21:54:17 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-03-21 19:13:33 +0100 |
commit | 52577616c5d2deb736ead3f1823ca27cda9ad44b (patch) | |
tree | b1a09abc9e6fb8929c6a51c8c3f157546059bca3 /gnu | |
parent | 82690c9b3661abb5bd7db5dddefae017e10e20d5 (diff) |
gnu: pass-age: Update to 1.7.4a1.
* gnu/packages/password-utils.scm (pass-age): Update to 1.7.4a1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-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 9ea1ce00a5..2f1388779f 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -634,7 +634,7 @@ through the pass command.") (package (inherit password-store) (name "pass-age") - (version "1.7.4a0") + (version "1.7.4a1") (source (origin (method git-fetch) @@ -643,7 +643,7 @@ through the pass command.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "17899whffnpqqx9x1nx2b8bfxbxlh1pwlglqa0kznl0cn6sb37ql")))) + (base32 "0g8x2zivid18qf1czq1yqychmbdzxzs83rg8a5b392m2rzxlrx08")))) (build-system copy-build-system) (arguments '(#:modules |