guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: icedove: Upgrade rust dependency.


From: guix-commits
Subject: 07/08: gnu: icedove: Upgrade rust dependency.
Date: Thu, 11 Feb 2021 07:06:39 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit d5e78827c3dd224689c8b7ea986fbf3130be9ab6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Feb 5 11:49:28 2021 -0500

    gnu: icedove: Upgrade rust dependency.
    
    * gnu/packages/gnuzilla.scm (icedove)[inputs]: Replace 'rust-1.41' by 
'rust',
    currently at version 1.49.
---
 gnu/packages/gnuzilla.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 84ec0a7..40d9094 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1609,7 +1609,7 @@ standards of the IceCat project.")
        ("pkg-config" ,pkg-config)
        ("python" ,python)
        ("python2" ,python-2.7)
-       ("rust" ,rust-1.41)
+       ("rust" ,rust)
        ("rust-cbindgen" ,rust-cbindgen-0.14)
        ("which" ,which)
        ("yasm" ,yasm)))



reply via email to

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