diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-09-30 09:39:32 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-30 09:39:32 +0300 |
commit | 97750c200472f756a26deaac94f2476a9ea08e4c (patch) | |
tree | e23f7c5bb0571523b154675879cac328fffac0af | |
parent | 1628d57bb5c6ab30a04202c229de642b94faac85 (diff) |
gnu: newsboat: Fix inputs.
This is a follow-up to 51b46fa28cd31cf1cc973ef6ccd05fbef3c4b39d.
* gnu/packages/syndication.scm (newsboat)[arguments]: Replace
rust-once-cell-1.2 with rust-once-cell-1.
-rw-r--r-- | gnu/packages/syndication.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm index eea6817ce6..64d8a47085 100644 --- a/gnu/packages/syndication.scm +++ b/gnu/packages/syndication.scm @@ -100,7 +100,7 @@ ("rust-libz-sys" ,rust-libz-sys-1) ("rust-natord" ,rust-natord-1.0) ("rust-nom" ,rust-nom-5) - ("rust-once-cell" ,rust-once-cell-1.2) + ("rust-once-cell" ,rust-once-cell-1) ("rust-percent-encoding" ,rust-percent-encoding-2.1) ("rust-rand" ,rust-rand-0.6) ("rust-smallvec" ,rust-smallvec-0.6) |