guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]