mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: newsboat: Update to 2.34.
* gnu/packages/syndication.scm (newsboat): Update to 2.34. [cargo-inputs]: Remove rust-once-cell-1. Change-Id: I62d7266add95110e6b43303ee13572965475958e
This commit is contained in:
parent
4373d7eebd
commit
4f59e03215
1 changed files with 2 additions and 3 deletions
|
@ -223,14 +223,14 @@ (define-public giara
|
|||
(define-public newsboat
|
||||
(package
|
||||
(name "newsboat")
|
||||
(version "2.33")
|
||||
(version "2.34")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://newsboat.org/releases/" version
|
||||
"/newsboat-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1yilrfa8h63x24mcl8a6a17fsaa12imhl337br7g2dw3c1g0v78p"))))
|
||||
(base32 "0kj3qbm3881fkrplvgnng4747bh29a8f2hhm7a2gc1n9n0wvbmvk"))))
|
||||
(build-system cargo-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
@ -266,7 +266,6 @@ (define-public newsboat
|
|||
("rust-md5" ,rust-md5-0.7)
|
||||
("rust-natord" ,rust-natord-1)
|
||||
("rust-nom" ,rust-nom-7)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-percent-encoding" ,rust-percent-encoding-2)
|
||||
("rust-url" ,rust-url-2)
|
||||
("rust-unicode-width" ,rust-unicode-width-0.1)
|
||||
|
|
Loading…
Reference in a new issue