gnu: icedove: Upgrade rust dependency.

* gnu/packages/gnuzilla.scm (icedove)[inputs]: Replace 'rust-1.41' by 'rust',
currently at version 1.49.
This commit is contained in:
Maxim Cournoyer 2021-02-05 11:49:28 -05:00
parent 6e20d190dc
commit d5e78827c3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1609,7 +1609,7 @@ (define-public icedove
("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)))