all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 69626@debbugs.gnu.org
Cc: Aaron Covrig <aarcov@gmail.com>
Subject: [bug#69626] [PATCH v5] gnu: rust-ordered-float: Update to 4.3.0
Date: Thu,  3 Oct 2024 17:15:49 -0400	[thread overview]
Message-ID: <20241003211551.234830-1-aarcov@gmail.com> (raw)
In-Reply-To: <20240308051752.613660-1-aaron.covrig.us@ieee.org>

* gnu/packages/crates-io.scm (rust-ordered-float): Update to 4.3.0
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7c66d0c0ed..c1479035cc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50598,20 +50598,20 @@ (define-public rust-ord-subset-3
 (define-public rust-ordered-float-4
   (package
     (name "rust-ordered-float")
-    (version "4.2.0")
+    (version "4.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "ordered-float" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0kjqcvvbcsibbx3hnj7ag06bd9gv2zfi5ja6rgyh2kbxbh3zfvd7"))))
+        (base32 "0dr5d8byvqkiclxjimp5kyh3m9qz4zvwifx6cg0d6w9glzqh3ma4"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1)
                        ("rust-borsh" ,rust-borsh-1)
                        ("rust-bytemuck" ,rust-bytemuck-1)
-                       ("rust-num-traits" ,rust-num-traits-0.2)
+                       ("rust-num-cmp" ,rust-num-cmp-0.1)
                        ("rust-proptest" ,rust-proptest-1)
                        ("rust-rand" ,rust-rand-0.8)
                        ("rust-rkyv" ,rust-rkyv-0.7)

base-commit: cd51ccab9652778a37f9b407261e3d49221ed68c
-- 
2.46.0





  parent reply	other threads:[~2024-10-03 21:18 UTC|newest]

Thread overview: 6+ 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 ` Aaron Covrig via Guix-patches via [this message]
2024-10-03 21:30 ` [bug#69626] [PATCH rust-team v6] " Aaron Covrig via Guix-patches via

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=20241003211551.234830-1-aarcov@gmail.com \
    --to=guix-patches@gnu.org \
    --cc=69626@debbugs.gnu.org \
    --cc=aarcov@gmail.com \
    --cc=aaron.covrig.us@ieee.org \
    /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.