all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Daniel Ziltener via Guix-patches via <guix-patches@gnu.org>
To: 67769@debbugs.gnu.org
Cc: dziltener@lyrion.ch
Subject: [bug#67769] [PATCH] gnu: rust-byteorder-1: update to 1.5.0.
Date: Mon, 11 Dec 2023 18:26:41 +0100	[thread overview]
Message-ID: <f4b76dad6218f7f2f8597ca8085e3f96@lyrion.ch> (raw)

---
 gnu/packages/crates-io.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d42ff60a20..cb138a31db 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10375,14 +10375,15 @@ (define-public rust-bytemuck-derive-1
 (define-public rust-byteorder-1
   (package
     (name "rust-byteorder")
-    (version "1.4.3")
+    (version "1.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "byteorder" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0456lv9xi1a5bcm32arknf33ikv76p3fr9yzki4lb2897p2qkh8l"))))
+        (base32
+         "0jzncxyf404mwqdbspihyzpkndfgda450l0893pz5xj685cg5l0z"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs
-- 
2.43.0





             reply	other threads:[~2023-12-11 17:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-11 17:26 Daniel Ziltener via Guix-patches via [this message]
2023-12-22 14:08 ` [bug#67769] QA review for 67769 Daniel Ziltener via Guix-patches via
2023-12-26 11:43 ` bug#67769: [PATCH] gnu: rust-byteorder-1: update to 1.5.0 Efraim Flashner

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=f4b76dad6218f7f2f8597ca8085e3f96@lyrion.ch \
    --to=guix-patches@gnu.org \
    --cc=67769@debbugs.gnu.org \
    --cc=dziltener@lyrion.ch \
    /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.