mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: rust-thread-id-2: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-thread-id-2): Drop minor version from name. (rust-thread-local-0.2): Apply renaming.
This commit is contained in:
parent
321874b05e
commit
fd50db516d
1 changed files with 2 additions and 2 deletions
|
@ -36688,7 +36688,7 @@ (define-public rust-thread-id-3
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-thread-id-2.0
|
||||
(define-public rust-thread-id-2
|
||||
(package
|
||||
(inherit rust-thread-id-3)
|
||||
(name "rust-thread-id")
|
||||
|
@ -36762,7 +36762,7 @@ (define-public rust-thread-local-0.2
|
|||
"1mgxikqvhpsic6xk7pan95lvgsky1sdxzw2w5m2l35pgrazxnxl5"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-thread-id" ,rust-thread-id-2.0))))))
|
||||
(("rust-thread-id" ,rust-thread-id-2))))))
|
||||
|
||||
(define-public rust-threadpool-1
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue