mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 20:59:31 -05:00
gnu: icecat: Upgrade rust dependency.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Replace 'rust-1.41' by 'rust', currently at version 1.49.
This commit is contained in:
parent
d5e78827c3
commit
71cb6dfe10
1 changed files with 3 additions and 3 deletions
|
@ -929,8 +929,8 @@ (define-public icecat
|
|||
|
||||
("patch" ,(canonical-package patch))
|
||||
|
||||
("rust" ,rust-1.41)
|
||||
("cargo" ,rust-1.41 "cargo")
|
||||
("rust" ,rust)
|
||||
("cargo" ,rust "cargo")
|
||||
("rust-cbindgen" ,rust-cbindgen-0.14)
|
||||
("llvm" ,llvm)
|
||||
("clang" ,clang)
|
||||
|
@ -1600,7 +1600,7 @@ (define-public icedove
|
|||
(base32
|
||||
"0yabs4zlwb5jvlyk45lbw1nzfmra1f8bbwvwcwxjs1a8wcmrmb39")))))
|
||||
("autoconf" ,autoconf-2.13)
|
||||
("cargo" ,rust-1.41 "cargo")
|
||||
("cargo" ,rust "cargo")
|
||||
("clang" ,clang)
|
||||
("llvm" ,llvm)
|
||||
("nasm" ,nasm)
|
||||
|
|
Loading…
Reference in a new issue