me
/
guix
Archived
1
0
Fork 0

gnu: rust-sysinfo-0.21: Update to 0.21.2.

* gnu/packages/crates-io.scm (rust-sysinfo-0.21): Update to 0.21.2.
master
Nicolas Goaziou 2021-12-29 16:49:16 +01:00
parent c2c865e0c3
commit 5f53453d29
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -54275,14 +54275,14 @@ no_std compatible by default, only relying on alloc.")
(define-public rust-sysinfo-0.21
(package
(name "rust-sysinfo")
(version "0.21.1")
(version "0.21.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "sysinfo" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "04zmi5fr2r3yk4wf56ni0i9l0vnaimhs4hcqm1yg0qm4di52qv7v"))))
(base32 "16j4wfiihlq261dh2k939br6q9zzaiwh719m7lb8idj16dpxd24g"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t