[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/09: gnu: xkcdpass: Update to 1.19.4.
From: |
guix-commits |
Subject: |
08/09: gnu: xkcdpass: Update to 1.19.4. |
Date: |
Thu, 31 Aug 2023 06:03:25 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 5321c712fd99e771f9604468b38ae13f26e3aa51
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 30 19:49:25 2023 +0800
gnu: xkcdpass: Update to 1.19.4.
* gnu/packages/password-utils.scm (xkcdpass): Update to 1.19.4.
---
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 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
- branch master updated (d6966b8a5b -> 299d0463d5), guix-commits, 2023/08/31
- 07/09: gnu: vtk-7: Fix build., guix-commits, 2023/08/31
- 01/09: gnu: pencil2d: Fix tests., guix-commits, 2023/08/31
- 05/09: gnu: btar: Fix build., guix-commits, 2023/08/31
- 02/09: gnu: cssc: Fix tests., guix-commits, 2023/08/31
- 06/09: gnu: kanshi: Update to 1.4.0., guix-commits, 2023/08/31
- 08/09: gnu: xkcdpass: Update to 1.19.4.,
guix-commits <=
- 04/09: gnu: chaiscript: Fix tests., guix-commits, 2023/08/31
- 03/09: gnu: src: Update to 1.32., guix-commits, 2023/08/31
- 09/09: gnu: upx: Update to 4.1.0., guix-commits, 2023/08/31