me
/
guix
Archived
1
0
Fork 0

gnu: icecat: Upgrade rust dependency.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Replace 'rust-1.41' by 'rust',
currently at version 1.49.
master
Maxim Cournoyer 2021-02-05 11:47:58 -05:00
parent d5e78827c3
commit 71cb6dfe10
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -929,8 +929,8 @@ from forcing GEXP-PROMISE."
("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 @@ standards of the IceCat project.")
(base32
"0yabs4zlwb5jvlyk45lbw1nzfmra1f8bbwvwcwxjs1a8wcmrmb39")))))
("autoconf" ,autoconf-2.13)
("cargo" ,rust-1.41 "cargo")
("cargo" ,rust "cargo")
("clang" ,clang)
("llvm" ,llvm)
("nasm" ,nasm)