gnu: rust-libc-0.2: Update to 0.2.96.
* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.96. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
edddfe5af7
commit
0376b6d4ae
1 changed files with 2 additions and 2 deletions
|
|
@ -22908,7 +22908,7 @@ requires non-const function calls to be computed.")
|
||||||
(define-public rust-libc-0.2
|
(define-public rust-libc-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-libc")
|
(name "rust-libc")
|
||||||
(version "0.2.86")
|
(version "0.2.96")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -22916,7 +22916,7 @@ requires non-const function calls to be computed.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"074b38mq1rx3dgg7sf952d4ccywq450zymk7gzn5q9z39f92sa5p"))))
|
"1z5l4rdk44sx1vaq69x1mbwi5zh75q46p2hkl90ihhn5xzkb802n"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
|
||||||
Reference in a new issue