gnu: rust-thread-local-1: Update to 1.1.3.

* gnu/packages/crates-io.scm (rust-thread-local-1): Update to 1.1.3.
This commit is contained in:
Nicolas Goaziou 2021-06-13 00:10:52 +02:00
parent fc7cf029b6
commit 2b3e1790cf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -44637,19 +44637,20 @@ (define-public rust-thread-id-2
(define-public rust-thread-local-1
(package
(name "rust-thread-local")
(version "1.0.1")
(version "1.1.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "thread_local" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"054vlrr1vsdy1h4b7n99mr24pnj8928ig9qwzg36wnkld4dns36l"))))
(origin
(method url-fetch)
(uri (crate-uri "thread_local" version))
(file-name (string-append name "-" version ".crate"))
(sha256
(base32 "1gccp3grndpi6dyhzylz4hkqnkzc1xyri98n0xwwhnn90i7d4640"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1))))
#:cargo-inputs
(("rust-criterion" ,rust-criterion-0.3)
("rust-once-cell" ,rust-once-cell-1))))
(home-page "https://github.com/Amanieu/thread_local-rs")
(synopsis "Per-object thread-local storage")
(description "Per-object thread-local storage.")