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>
This commit is contained in:
Fredrik Salomonsson 2024-04-01 00:20:35 +00:00 committed by Efraim Flashner
parent a159bf633e
commit e678b1a747
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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