1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: newsboat: Update to 2.36.1.

* gnu/packages/syndication.scm (newsboat): Update to 2.36.1.

Change-Id: Idf850859bd73a0f7f563fbfb3cee0b46fa003ff4
This commit is contained in:
Efraim Flashner
2024-10-20 21:09:00 +03:00
parent ef3eb6a2b3
commit ef8d1c955f

View File

@@ -228,14 +228,14 @@ cards.")
(define-public newsboat
(package
(name "newsboat")
(version "2.36")
(version "2.36.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://newsboat.org/releases/" version
"/newsboat-" version ".tar.xz"))
(sha256
(base32 "0yh3ryi11rw4fcg0wdn93yrs5d75i5p1bfvkgnxpzpy9ghwpm9k1"))))
(base32 "1pgi19y1ym5dhh0szs0w0cjbvx83bzq30af24h73nwdalkwb3nhl"))))
(build-system cargo-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)