mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: rust-typenum-1: Update to 1.16.0.
* gnu/packages/crates-io.scm (rust-typenum-1): Update to 1.16.0.
This commit is contained in:
parent
1e5156d8f0
commit
2877ed8de7
1 changed files with 8 additions and 8 deletions
|
@ -67488,7 +67488,7 @@ (define-public rust-typemap-0.3
|
|||
(define-public rust-typenum-1
|
||||
(package
|
||||
(name "rust-typenum")
|
||||
(version "1.15.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -67496,7 +67496,7 @@ (define-public rust-typenum-1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11yrvz1vd43gqv738yw1v75rzngjbs7iwcgzjy3cq5ywkv2imy6w"))))
|
||||
"1fhb9iaqyjn4dzn2vl86kxjhp4xpw5gynczlnqzf4x6rjgpn2ya9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-scale-info" ,rust-scale-info-1))))
|
||||
|
|
Loading…
Reference in a new issue