me
/
guix
Archived
1
0
Fork 0

gnu: rust-os-info-3: Update to 3.0.7.

* gnu/packages/crates-io.scm (rust-os-info-3): Update to 3.0.7.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Paul Alesius 2023-02-08 14:45:30 -05:00 committed by Maxim Cournoyer
parent 09ea4d488a
commit ace43deb2e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -38420,14 +38420,14 @@ under its new name.")
(define-public rust-os-info-3
(package
(name "rust-os-info")
(version "3.0.6")
(version "3.0.7")
(source
(origin
(method url-fetch)
(uri (crate-uri "os_info" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1pbcf2in8i9w6zjzk6jmrd89gm5h7qpyqi3hvkl0axpzp1m57lmk"))))
(base32 "09x2sm4pgcpk14hakj4iq0zkglx1bwxlq3a5mbwc737dpwh11jba"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t