mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
ef3eb6a2b3
commit
ef8d1c955f
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue