all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67769] [PATCH] gnu: rust-byteorder-1: update to 1.5.0.
@ 2023-12-11 17:26 Daniel Ziltener via Guix-patches via
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:26 UTC (permalink / raw)
  To: 67769; +Cc: dziltener

---
 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-12-26 12:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 17:26 [bug#67769] [PATCH] gnu: rust-byteorder-1: update to 1.5.0 Daniel Ziltener via Guix-patches via
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

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.