guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/134: gnu: rust-byteorder-1: Update to 1.4.3.


From: guix-commits
Subject: 19/134: gnu: rust-byteorder-1: Update to 1.4.3.
Date: Sat, 22 Jan 2022 07:38:26 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit cdb03967e5361c7e2afd6bfdc941eda8cf5b5c8d
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:13:25 2022 +0000

    gnu: rust-byteorder-1: Update to 1.4.3.
    
    * gnu/packages/crates-io.scm (rust-byteorder-1): Update to 1.4.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 33908417b3..56c46f5c9e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8003,14 +8003,14 @@ in a byte slice, fast.")
 (define-public rust-byteorder-1
   (package
     (name "rust-byteorder")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "byteorder" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0srh0h0594jmsnbvm7n0g8xabhla8lwb3gn8s0fzd7d1snix2i5f"))))
+        (base32 "0456lv9xi1a5bcm32arknf33ikv76p3fr9yzki4lb2897p2qkh8l"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]