me
/
guix
Archived
1
0
Fork 0

gnu: rust-ordered-float-3: Update to 3.9.2.

* gnu/packages/crates-io.scm (rust-ordered-float-3): Update to 3.9.2.

Change-Id: Ia17ce968acaab91fcc1320f6e38e7d0c3e14db4f
master
Efraim Flashner 2024-03-19 14:29:16 +02:00
parent bcbeac3c76
commit 340a447b8c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -47013,14 +47013,14 @@ PartialOrd types, like floats.")
(package
(inherit rust-ordered-float-4)
(name "rust-ordered-float")
(version "3.4.0")
(version "3.9.2")
(source (origin
(method url-fetch)
(uri (crate-uri "ordered-float" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1gr31ksgbqariv6hz3s5bc15a5vh4k65dyn8m7j59lhnji0b2knq"))))
"1p3jkxlz89ndm4lmwr2n5kdnckhm5pcmqqkihkag259dff8c7qgi"))))
(arguments
`(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1)
("rust-bytemuck" ,rust-bytemuck-1)