diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-08-30 19:49:25 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-31 18:02:03 +0800 |
commit | 5321c712fd99e771f9604468b38ae13f26e3aa51 (patch) | |
tree | 307605f19b8a1abbafb91dd7288d86c52d8b2387 /gnu/packages | |
parent | 1dc8cdaa72b62232a69de8424e488c910ee58d21 (diff) | |
download | guix-5321c712fd99e771f9604468b38ae13f26e3aa51.tar.gz guix-5321c712fd99e771f9604468b38ae13f26e3aa51.zip |
gnu: xkcdpass: Update to 1.19.4.
* gnu/packages/password-utils.scm (xkcdpass): Update to 1.19.4.
Diffstat (limited to 'gnu/packages')
-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 4768b99750..753a29dcca 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -1577,7 +1577,7 @@ pass-tomb to automatically close your store after a given time.") (define-public xkcdpass (package (name "xkcdpass") - (version "1.19.3") + (version "1.19.4") (home-page "https://github.com/redacted/XKCD-password-generator") (source (origin (method git-fetch) @@ -1587,7 +1587,7 @@ pass-tomb to automatically close your store after a given time.") (file-name (git-file-name name version)) (sha256 (base32 - "0xfrmx9k2vinlagv476rfcfdp41aix1ldy6qnzzx26n985gcyk7p")))) + "1din4fqxgcj74vcjrsmn19sv81raards39x8pd75hmfxqqgggnd6")))) (build-system python-build-system) (arguments `(#:phases |