me
/
guix
Archived
1
0
Fork 0

gnu: rust-typenum: Update to 1.15.0.

* gnu/packages/crates-io.scm (rust-typenum-1): Update to 1.15.0.
[arguments]: Add RUST-SCALE-INFO-1 to #:cargo-inputs.
master
Marius Bakke 2022-12-02 21:00:59 +01:00 committed by Maxim Cournoyer
parent d3a2e011b4
commit b8998b99ef
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 2 deletions

View File

@ -64108,7 +64108,7 @@ deserialization.")
(define-public rust-typenum-1
(package
(name "rust-typenum")
(version "1.12.0")
(version "1.15.0")
(source
(origin
(method url-fetch)
@ -64116,8 +64116,10 @@ deserialization.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0cvbksljz61ian21fnn0h51kphl0pwpzb932bv4s0rwy1wh8lg1p"))))
"11yrvz1vd43gqv738yw1v75rzngjbs7iwcgzjy3cq5ywkv2imy6w"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-scale-info" ,rust-scale-info-1))))
(home-page "https://github.com/paholg/typenum")
(synopsis "Rust library for type-level numbers evaluated at compile time")
(description "Typenum is a Rust library for type-level numbers evaluated at