mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-rustversion-1: Update to 1.0.17.
* gnu/packages/crates-io.scm (rust-rustversion-1): Update to 1.0.17. Change-Id: Id74343a22acbd90376e1b728d9964f908e9153c0
This commit is contained in:
parent
651b8f7478
commit
5d07c82fe3
1 changed files with 2 additions and 2 deletions
|
@ -67317,14 +67317,14 @@ (define-public rust-rustup-toolchain-0.1
|
|||
(define-public rust-rustversion-1
|
||||
(package
|
||||
(name "rust-rustversion")
|
||||
(version "1.0.14")
|
||||
(version "1.0.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustversion" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1x1pz1yynk5xzzrazk2svmidj69jhz89dz5vrc28sixl20x1iz3z"))))
|
||||
(base32 "1mm3fckyvb0l2209in1n2k05sws5d9mpkszbnwhq3pkq8apjhpcm"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue