gnu: Add rust-windows-tokens-0.39.
* gnu/packages/crates-io.scm (rust-windows-tokens-0.39): New variable. (rust-windows-tokens-0.32): Inherit from rust-windows-tokens-0.39. Change-Id: I210170648c7099e64530a40f3aef845348cb6987 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
eb3d317edb
commit
fdb0ea10ed
@ -89571,17 +89571,17 @@ if they were just another Rust module.")
|
|||||||
("rust-windows-x86-64-gnullvm" ,rust-windows-x86-64-gnullvm-0.42)
|
("rust-windows-x86-64-gnullvm" ,rust-windows-x86-64-gnullvm-0.42)
|
||||||
("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.42))))))
|
("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.42))))))
|
||||||
|
|
||||||
(define-public rust-windows-tokens-0.32
|
(define-public rust-windows-tokens-0.39
|
||||||
(package
|
(package
|
||||||
(name "rust-windows-tokens")
|
(name "rust-windows-tokens")
|
||||||
(version "0.32.0")
|
(version "0.39.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (crate-uri "windows-tokens" version))
|
(method url-fetch)
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(uri (crate-uri "windows-tokens" version))
|
||||||
(sha256
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(base32
|
(sha256
|
||||||
"1rrqbxjkyk6h6p6jjzbcxr0mhqbz0yfndd2s2dsgmbl75f4yy7gn"))))
|
(base32 "15zmsz8ji6z7471xwznrm4hqp6j94s7pjjz7i34vmrjzw4pxwf7q"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t))
|
`(#:skip-build? #t))
|
||||||
@ -89591,6 +89591,19 @@ if they were just another Rust module.")
|
|||||||
windows crate.")
|
windows crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-windows-tokens-0.32
|
||||||
|
(package
|
||||||
|
(inherit rust-windows-tokens-0.39)
|
||||||
|
(name "rust-windows-tokens")
|
||||||
|
(version "0.32.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "windows-tokens" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1rrqbxjkyk6h6p6jjzbcxr0mhqbz0yfndd2s2dsgmbl75f4yy7gn"))))))
|
||||||
|
|
||||||
(define-public rust-windows-x86-64-gnu-0.48
|
(define-public rust-windows-x86-64-gnu-0.48
|
||||||
(package
|
(package
|
||||||
(name "rust-windows-x86-64-gnu")
|
(name "rust-windows-x86-64-gnu")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user