me
/
guix
Archived
1
0
Fork 0

gnu: rust-loom-0.7: Update to 0.7.1.

* gnu/packages/crates-io.scm (rust-loom-0.7): Update to 0.7.1.

Change-Id: I1196b5f65b91100df4658fbf1d8e1df7fbd2773b
master
Efraim Flashner 2023-12-20 11:02:46 +02:00
parent 1151cd6cf0
commit 508108cc59
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -42900,14 +42900,14 @@ by inspecting the system for user preference.")
(define-public rust-loom-0.7
(package
(name "rust-loom")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "loom" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1gqrw1d0kqdkjvb11ziniwhngd66awk40dr67s6wyfh7wmipk8c6"))))
(base32 "0xcibbxcxm8fxq543xinpxn8ykjk378dwr59rzm89jgvvmq5s13y"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs