[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
130/134: gnu: rust-either-1: Update to 1.13.0.
From: |
guix-commits |
Subject: |
130/134: gnu: rust-either-1: Update to 1.13.0. |
Date: |
Tue, 3 Dec 2024 10:04:48 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit fbb1f5b50c694d744abf96d2bf75614fe86b553a
Author: Aaron Covrig <aaron.covrig.us@ieee.org>
AuthorDate: Mon Dec 2 22:00:50 2024 -0500
gnu: rust-either-1: Update to 1.13.0.
* gnu/packages/crates-io.scm (rust-either-1): Update to 1.13.0.
[home-page]: Update to new home-page.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: Ifb8210ed2bb41b335b0da4e30fa71402c5e12c35
---
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 6bba05d037..ddbe480b6d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24292,19 +24292,19 @@ easy.")
(define-public rust-either-1
(package
(name "rust-either")
- (version "1.10.0")
+ (version "1.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "either" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0jiyq2mc1aa5b8whwl1bhm11i06xxcbk9ck7macxxggzjk07l58i"))))
+ (base32 "1w2c1mybrd7vljyxk77y9f4w9dyjrmp3yp82mk7bcm8848fazcb0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))
- (home-page "https://github.com/bluss/either")
+ (home-page "https://github.com/rayon-rs/either")
(synopsis
"Enum @code{Either} with variants @code{Left} and @code{Right}")
(description
- 52/134: gnu: Add rust-termini-1., (continued)
- 52/134: gnu: Add rust-termini-1., guix-commits, 2024/12/03
- 66/134: gnu: Add rust-target-triple-0.1., guix-commits, 2024/12/03
- 82/134: gnu: Add rust-windows-implement-0.56., guix-commits, 2024/12/03
- 85/134: gnu: Add rust-windows-core-0.56., guix-commits, 2024/12/03
- 86/134: gnu: rust-windows-core-0.58: Enable building., guix-commits, 2024/12/03
- 63/134: gnu: rust-rustyline-9: Don't skip the build., guix-commits, 2024/12/03
- 89/134: gnu: Add rust-mac-notification-sys-0.6., guix-commits, 2024/12/03
- 104/134: gnu: Add rust-mockall-derive-0.13., guix-commits, 2024/12/03
- 111/134: gnu: rust-miette-derive-7: Update to 7.4.0., guix-commits, 2024/12/03
- 118/134: gnu: rust-serde-json-1: Update to 1.0.133., guix-commits, 2024/12/03
- 130/134: gnu: rust-either-1: Update to 1.13.0.,
guix-commits <=