diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-12-11 13:29:03 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-12-17 13:36:28 +0100 |
| commit | ec689e843a75ce499a4b5d192e6f8b6ce501fb80 (patch) | |
| tree | 96bb032b9d42b7c3a470c58e7e11b88af39735f4 | |
| parent | 2c90e82e828ba6d5aeba839fd0f63cdd429eabde (diff) | |
gnu: xkcdpass: Update to 1.20.0.
* gnu/packages/password-utils.scm (xkcdpass): Update to 1.20.0.
Change-Id: Ib29c71cc9632db5239519a296d15ccd5c7b7251a
| -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 94b47a75c20..7b7555153da 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -2085,7 +2085,7 @@ data inside a GPG encrypted file, which we'll call a coffin.") (define-public xkcdpass (package (name "xkcdpass") - (version "1.19.4") + (version "1.20.0") (home-page "https://github.com/redacted/XKCD-password-generator") (source (origin @@ -2096,7 +2096,7 @@ data inside a GPG encrypted file, which we'll call a coffin.") (file-name (git-file-name name version)) (sha256 (base32 - "1din4fqxgcj74vcjrsmn19sv81raards39x8pd75hmfxqqgggnd6")))) + "11imgiiwd9ggkw7235hsdj9xm0rpv8s46v087mgb3ad0d8v48fqf")))) (build-system python-build-system) (arguments (list |
