guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: newsboat: Fix inputs.


From: guix-commits
Subject: branch master updated: gnu: newsboat: Fix inputs.
Date: Wed, 30 Sep 2020 02:40:41 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 97750c2  gnu: newsboat: Fix inputs.
97750c2 is described below

commit 97750c200472f756a26deaac94f2476a9ea08e4c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Sep 30 09:39:32 2020 +0300

    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.
---
 gnu/packages/syndication.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/syndication.scm b/gnu/packages/syndication.scm
index eea6817..64d8a47 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]