me
/
guix
Archived
1
0
Fork 0

gnu: newsboat: Update to 2.22.1.

* gnu/packages/syndication.scm (newsboat): Update to 2.22.1.
master
Efraim Flashner 2021-01-11 10:47:40 +02:00
parent 205c4ae2f7
commit 5aa45d3477
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
(define-public newsboat
(package
(name "newsboat")
(version "2.22")
(version "2.22.1")
(source
(origin
(method url-fetch)
@ -64,7 +64,7 @@
"/newsboat-" version ".tar.xz"))
(sha256
(base32
"146p3j46hna1m8zlacb9q1ljnldwv6xrjbaplm94f2x0v4azi1jj"))))
"1476fmfw2hkrjwyr3f7k9316lzwnn2b1dbc51rybcxipqlfg8849"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)