~ruther/guix-local

e678b1a747845cb4e2d1bd03518ac5ddb9d919a5 — Fredrik Salomonsson 2 years ago a159bf6
gnu: pinentry-rofi: Update to 2.1.0.

* gnu/packages/gnupg.scm (pinentry-rofi): Update to 2.1.0.

Change-Id: Ie39dfadc9905032e2a6cd08858596b7fdfd5c6dd
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +2 -2
@@ 944,7 944,7 @@ passphrase when @code{gpg} is run and needs it.")))
(define-public pinentry-rofi
  (package
    (name "pinentry-rofi")
    (version "2.0.3")
    (version "2.1.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 952,7 952,7 @@ passphrase when @code{gpg} is run and needs it.")))
                    (commit version)))
              (file-name (git-file-name name version))
              (sha256
               (base32 "0kjzvgni9srl8h5c52pqrvgdxs6avv0nhgk19apd97sx10qdwdhk"))))
               (base32 "1v5rl2kkvkj1pw3bn20gwa2pa7caan3hbqnr6fshv5j7h56919i7"))))
    (build-system gnu-build-system)
    (arguments
     `(#:modules