diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-10-16 02:00:02 +0200 |
commit | af01ce15a858da1db6b4996769ef622ee9a21cd6 (patch) | |
tree | b21b830dce36268961abea9ca55b386b3da1d92c | |
parent | 0627af4db26e3d3b6e0e1809e0367496e37c37e7 (diff) | |
download | guix-af01ce15a858da1db6b4996769ef622ee9a21cd6.tar.gz |
gnu: pass-tomb: Update to 1.3.
* gnu/packages/password-utils.scm (pass-tomb): Update to 1.3.
-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 c591a37fc5..fb17e426a7 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -1315,7 +1315,7 @@ encryption algorithm if so desired.") (define-public pass-tomb (package (name "pass-tomb") - (version "1.2") + (version "1.3") (source (origin (method git-fetch) @@ -1324,7 +1324,7 @@ encryption algorithm if so desired.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1qj7vx7svk1ljwihj3kv310k17mafnf919n30n4qn1yxmmsvj924")))) + (base32 "1sjkbdm2i3v77nbnap8sypbfdqwxckc8h66g3ixjnyr6cqgcrdli")))) (build-system gnu-build-system) (arguments `(#:make-flags |