diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2024-09-19 16:07:56 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2024-11-28 11:04:29 +0200 |
| commit | 40f39e1c3e5d16652d49f44ed7f6c840a3d8fef8 (patch) | |
| tree | f1a412fb6eebe6569c5bcfe19f1e9270b4b234c0 /gnu/packages/syndication.scm | |
| parent | c9cd6fb39f0776df3a6d9eb055d79be19784556f (diff) | |
gnu: newsboat: Update to 2.36.
* gnu/packages/syndication.scm (newsboat): Update to 2.36.
Change-Id: I951138160f1db023ceb994225d07ae80a53eda03
Diffstat (limited to 'gnu/packages/syndication.scm')
| -rw-r--r-- | gnu/packages/syndication.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index da1e9e4dbf4..51936bdfc90 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm | |||
| @@ -228,14 +228,14 @@ cards.") | |||
| 228 | (define-public newsboat | 228 | (define-public newsboat |
| 229 | (package | 229 | (package |
| 230 | (name "newsboat") | 230 | (name "newsboat") |
| 231 | (version "2.35") | 231 | (version "2.36") |
| 232 | (source | 232 | (source |
| 233 | (origin | 233 | (origin |
| 234 | (method url-fetch) | 234 | (method url-fetch) |
| 235 | (uri (string-append "https://newsboat.org/releases/" version | 235 | (uri (string-append "https://newsboat.org/releases/" version |
| 236 | "/newsboat-" version ".tar.xz")) | 236 | "/newsboat-" version ".tar.xz")) |
| 237 | (sha256 | 237 | (sha256 |
| 238 | (base32 "1i5nil0lwa621ixxp1vwkic56sxsqp46pyq1xw7lrr1qrbv07w7l")))) | 238 | (base32 "0yh3ryi11rw4fcg0wdn93yrs5d75i5p1bfvkgnxpzpy9ghwpm9k1")))) |
| 239 | (build-system cargo-build-system) | 239 | (build-system cargo-build-system) |
| 240 | (native-inputs | 240 | (native-inputs |
| 241 | `(("gettext" ,gettext-minimal) | 241 | `(("gettext" ,gettext-minimal) |
