mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: rust-os-info-3: Update to 3.8.2.
* gnu/packages/crates-io.scm (rust-os-info-3): Update to 3.8.2. [cargo-inputs]: Add rust-windows-sys-0.59. Remove rust-winapi-0.3. Change-Id: I46ae65d215aea9c4ec29bb78a068f849f129c36f
This commit is contained in:
parent
257e2f8632
commit
2faa3acf18
1 changed files with 7 additions and 7 deletions
|
@ -52395,23 +52395,23 @@ (define-public rust-os-display-0.1
|
|||
(define-public rust-os-info-3
|
||||
(package
|
||||
(name "rust-os-info")
|
||||
(version "3.7.0")
|
||||
(version "3.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "os_info" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0pndk46gl8lnyjb89p0k4bnn9ryxzrqh78pdh0c6ydl8p3al4vh0"))))
|
||||
(base32 "14hhnnln768z7zhdpc2rhqpmlmcg9y05w27cw6ppr36kdpxcg6df"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-1))
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-log" ,rust-log-0.4)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-winapi" ,rust-winapi-0.3))))
|
||||
("rust-windows-sys" ,rust-windows-sys-0.52))
|
||||
#:cargo-development-inputs
|
||||
(("rust-doc-comment" ,rust-doc-comment-0.3)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-1))))
|
||||
(home-page "https://github.com/stanislav-tkach/os_info")
|
||||
(synopsis "Detect the operating system type and version")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue