mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: xkcdpass: Update to 1.20.0.
* gnu/packages/password-utils.scm (xkcdpass): Update to 1.20.0. Change-Id: Ib29c71cc9632db5239519a296d15ccd5c7b7251a
This commit is contained in:
parent
2c90e82e82
commit
ec689e843a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue