me
/
guix
Archived
1
0
Fork 0

gnu: icedove: Upgrade rust dependency.

* gnu/packages/gnuzilla.scm (icedove)[inputs]: Replace 'rust-1.41' by 'rust',
currently at version 1.49.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)))