From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 69626@debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us@ieee.org>, efraim@flashner.co.il
Subject: [bug#69626] [PATCH rust-team v7 3/3] gnu: rust-ordered-float: Upgrade to v4.5.0
Date: Sat, 23 Nov 2024 17:32:38 -0500 [thread overview]
Message-ID: <20241123223252.358309-3-aaron.covrig.us@ieee.org> (raw)
In-Reply-To: <20241123223252.358309-1-aaron.covrig.us@ieee.org>
* gnu/packages/crates-io.scm (rust-ordered-float): Upgrade to v4.5.0
---
gnu/packages/crates-io.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f6e7cd09ba..133fb988e6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52357,19 +52357,21 @@ (define-public rust-ord-subset-3
(define-public rust-ordered-float-4
(package
(name "rust-ordered-float")
- (version "4.2.0")
+ (version "4.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "ordered-float" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0kjqcvvbcsibbx3hnj7ag06bd9gv2zfi5ja6rgyh2kbxbh3zfvd7"))))
+ (base32 "0ppqpjrri5r5vdz06na24d00cjaz67ambd1hcq13iy8vf3wy2pn6"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1)
("rust-borsh" ,rust-borsh-1)
("rust-bytemuck" ,rust-bytemuck-1)
+ ("rust-derive-visitor" ,rust-derive-visitor-0.4)
+ ("rust-num-cmp" ,rust-num-cmp-0.1)
("rust-num-traits" ,rust-num-traits-0.2)
("rust-proptest" ,rust-proptest-1)
("rust-rand" ,rust-rand-0.8)
--
2.46.0
prev parent reply other threads:[~2024-11-23 22:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-08 5:16 [bug#69626] [PATCH rust-team] gnu: rust-ordered-float: Updated and added v4 Aaron Covrig via Guix-patches via
2024-03-08 8:19 ` [bug#69626] [PATCH v2] " Aaron Covrig via Guix-patches via
2024-03-08 8:24 ` [bug#69626] [PATCH rust-team v3] " Aaron Covrig via Guix-patches via
2024-10-03 21:06 ` [bug#69626] [PATCH] gnu: rust-ordered-float: Update to 4.3.0 Aaron Covrig via Guix-patches via
2024-10-03 21:15 ` [bug#69626] [PATCH v5] " Aaron Covrig via Guix-patches via
2024-10-03 21:30 ` [bug#69626] [PATCH rust-team v6] " Aaron Covrig via Guix-patches via
2024-11-23 22:29 ` [bug#69626] [PATCH rust-team v6 1/3] gnu: rust-derive-visitor-macros: new variable Aaron Covrig via Guix-patches via
2024-11-23 22:29 ` [bug#69626] [PATCH rust-team v6 2/3] gnu: rust-derive-visitor: " Aaron Covrig via Guix-patches via
2024-11-23 22:29 ` [bug#69626] [PATCH rust-team v6 3/3] gnu: rust-ordered-float: Upgrade to v4.5.0 Aaron Covrig via Guix-patches via
2024-11-23 22:32 ` [bug#69626] [PATCH rust-team v7 1/3] gnu: rust-derive-visitor-macros: new variable Aaron Covrig via Guix-patches via
2024-11-23 22:32 ` [bug#69626] [PATCH rust-team v7 2/3] gnu: rust-derive-visitor: " Aaron Covrig via Guix-patches via
2024-11-23 22:32 ` Aaron Covrig via Guix-patches via [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241123223252.358309-3-aaron.covrig.us@ieee.org \
--to=guix-patches@gnu.org \
--cc=69626@debbugs.gnu.org \
--cc=aaron.covrig.us@ieee.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.