guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: rust-either-1: Update to 1.10.0.


From: guix-commits
Subject: 01/05: gnu: rust-either-1: Update to 1.10.0.
Date: Sun, 11 Feb 2024 09:38:08 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit bc7a9d4a77f96dbb65e028779654e73449606e85
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sun Feb 11 12:43:38 2024 +0100

    gnu: rust-either-1: Update to 1.10.0.
    
    * gnu/packages/crates-io.scm (rust-either-1): Update to 1.10.0.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 4c0d8a649d..215fe0974d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20112,14 +20112,14 @@ easy.")
 (define-public rust-either-1
   (package
     (name "rust-either")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "either" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "01qy3anr7jal5lpc20791vxrw0nl6vksb5j7x56q2fycgcyy8sm2"))))
+        (base32 "0jiyq2mc1aa5b8whwl1bhm11i06xxcbk9ck7macxxggzjk07l58i"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-serde" ,rust-serde-1))



reply via email to

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