gnu: rust-errno-0.2: Update to 0.2.8.
* gnu/packages/crates-io.scm (rust-errno-0.2): Update to 0.2.8. [description]: Use full sentences. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
a9f3887f37
commit
f5e06b34d2
1 changed files with 10 additions and 10 deletions
|
|
@ -19374,27 +19374,27 @@ deserialized from environment variables.")
|
||||||
(define-public rust-errno-0.2
|
(define-public rust-errno-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-errno")
|
(name "rust-errno")
|
||||||
(version "0.2.4")
|
(version "0.2.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "errno" version))
|
(uri (crate-uri "errno" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kn8mlygxxr02cm97401nppd2dbkwsalpcbai67rh6yh3rh73862"))))
|
"18cnqgk8r6lq1n5cfy3bryiyz9zkqr10dxj49sa3fkzfamih8fgn"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
(list #:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-errno-dragonfly" ,rust-errno-dragonfly-0.1)
|
`(("rust-errno-dragonfly" ,rust-errno-dragonfly-0.1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-winapi" ,rust-winapi-0.3))))
|
("rust-winapi" ,rust-winapi-0.3))))
|
||||||
(home-page "https://github.com/lambda-fairy/rust-errno")
|
(home-page "https://github.com/lambda-fairy/rust-errno")
|
||||||
(synopsis "Cross-platform interface to the @code{errno} variable")
|
(synopsis "Cross-platform interface to the @code{errno} variable")
|
||||||
(description
|
(description
|
||||||
"Cross-platform interface to the @code{errno} variable.")
|
"This package provides a cross-platform interface to the
|
||||||
|
@code{errno} variable.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-errno-dragonfly-0.1
|
(define-public rust-errno-dragonfly-0.1
|
||||||
|
|
|
||||||
Reference in a new issue