me
/
guix
Archived
1
0
Fork 0

gnu: rust-libc-0.2: Update to 0.2.137.

* gnu/packages/crates-io.scm (rust-libc-0.2): Update to 0.2.137.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
( 2022-11-29 07:00:40 +00:00 committed by Tobias Geerinckx-Rice
parent 3575458c53
commit b90316459e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -29514,18 +29514,18 @@ parser in Rust.")
(define-public rust-libc-0.2 (define-public rust-libc-0.2
(package (package
(name "rust-libc") (name "rust-libc")
(version "0.2.112") (version "0.2.137")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "libc" version)) (uri (crate-uri "libc" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "09bik7pcck869kfr5i9hjhnck0mzpd9v0ijxbqnh8fja6rzx20qv")))) (base32 "12dz2lk4a7lm03k079n2rkm1l6cpdhvy6nrngbfprzrv19icqzzw"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs (list #:cargo-inputs
(("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)))) `(("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))))
(home-page "https://github.com/rust-lang/libc") (home-page "https://github.com/rust-lang/libc")
(synopsis "Raw FFI bindings to platform libraries like libc") (synopsis "Raw FFI bindings to platform libraries like libc")
(description (description