mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: rust-rustversion-1: Update to 1.0.14.
* gnu/packages/crates-io.scm (rust-rustversion-1): Update to 1.0.14. Change-Id: I843161766b1b1c23d561d726024c0331e792899f
This commit is contained in:
parent
abd2efef1f
commit
a4fb3f1f54
1 changed files with 3 additions and 5 deletions
|
@ -63738,16 +63738,14 @@ (define-public rust-rusttype-0.7
|
|||
(define-public rust-rustversion-1
|
||||
(package
|
||||
(name "rust-rustversion")
|
||||
(version "1.0.13")
|
||||
(version "1.0.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rustversion" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pxx0mxigrvzsbpkw54wjyx4jfm85bcss60dcpwk2b53c6dvscfw"))))
|
||||
(base32 "1x1pz1yynk5xzzrazk2svmidj69jhz89dz5vrc28sixl20x1iz3z"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
|
|
Loading…
Reference in a new issue