me
/
guix
Archived
1
0
Fork 0

gnu: rust-thread-id-4: Update to 4.2.1.

* gnu/packages/crates-io.scm (rust-thread-id-4): Update to 4.2.1.
[cargo-inputs]: Remove rust-redox-syscall-0.2.

Change-Id: I284afdf4db2ad51420eb7cfc283dbba447301f73
master
Efraim Flashner 2024-04-01 13:30:05 +03:00
parent 5a1abf0065
commit d083a8094a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -79416,19 +79416,18 @@ handle Unicode characters correctly.")
(define-public rust-thread-id-4
(package
(name "rust-thread-id")
(version "4.0.0")
(version "4.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "thread-id" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0zvikdngp0950hi0jgiipr8l36rskk1wk7pc8cd43xr3g5if1psz"))))
(base32 "02xph1955cpsriazs73hnwgjs1fzi8a2zgjplbm0vdcydv283v7h"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-redox-syscall" ,rust-redox-syscall-0.2)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "https://github.com/ruuda/thread-id")
(synopsis "Get a unique ID for the current thread in Rust")