[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
134/379: gnu: rust-base-x-0.2: Update to 0.2.11.
From: |
guix-commits |
Subject: |
134/379: gnu: rust-base-x-0.2: Update to 0.2.11. |
Date: |
Thu, 29 Jun 2023 12:33:17 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 908e72815b29c0e746265b309eec3d7fc4cd6174
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 16 14:52:35 2023 +0300
gnu: rust-base-x-0.2: Update to 0.2.11.
* gnu/packages/crates-io.scm (rust-base-x-0.2): Update to 0.2.11.
[arguments]: Don't skip build.
[cargo-development-inputs]: Replace rust-json-0.11 with 0.12,
rust-rand-0.3 with 0.8.
---
gnu/packages/crates-io.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 65a43b8c1b..ceb5899262 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6267,7 +6267,7 @@ portable \"best effort\" constant-time operation and
embedded-friendly
(define-public rust-base-x-0.2
(package
(name "rust-base-x")
- (version "0.2.6")
+ (version "0.2.11")
(source
(origin
(method url-fetch)
@@ -6275,14 +6275,13 @@ portable \"best effort\" constant-time operation and
embedded-friendly
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1hfy0wv7j5ynd73yk1vyr32pqa77rp15lkrc54f8ky9c6hcbc80v"))))
+ "0w02sdqvg7zwm91agb2phikw4ri8jmncw32paxsv8ra1jv8ckfsc"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-development-inputs
+ `(#:cargo-development-inputs
(("rust-bencher" ,rust-bencher-0.1)
- ("rust-json" ,rust-json-0.11)
- ("rust-rand" ,rust-rand-0.3))))
+ ("rust-json" ,rust-json-0.12)
+ ("rust-rand" ,rust-rand-0.8))))
(home-page "https://github.com/OrKoN/base-x-rs")
(synopsis "Encode/decode any base")
(description "This library provides for encoding and decoding any base.")
- 112/379: gnu: rust-parking-lot-core-0.9: Update to 0.9.7., (continued)
- 112/379: gnu: rust-parking-lot-core-0.9: Update to 0.9.7., guix-commits, 2023/06/29
- 107/379: gnu: rust-async-trait-0.1: Update to 0.1.64., guix-commits, 2023/06/29
- 117/379: gnu: rust-os-pipe-1: Update to 1.1.4., guix-commits, 2023/06/29
- 105/379: gnu: python-cryptography: Update to 40.0.2., guix-commits, 2023/06/29
- 118/379: gnu: rust-synchronoise-1: Update to 1.0.1., guix-commits, 2023/06/29
- 139/379: gnu: rust-dtparse-1: Update to 1.3.0., guix-commits, 2023/06/29
- 124/379: gnu: rust-arc-swap-0.4: Update to 0.4.8., guix-commits, 2023/06/29
- 127/379: gnu: rust-ahash-0.4: Update to 0.4.7., guix-commits, 2023/06/29
- 126/379: gnu: rust-tokio-timer-0.2: Update to 0.2.13., guix-commits, 2023/06/29
- 130/379: gnu: rust-bytecount-0.6: Update to 0.6.3., guix-commits, 2023/06/29
- 134/379: gnu: rust-base-x-0.2: Update to 0.2.11.,
guix-commits <=
- 136/379: gnu: rust-devise-codegen-0.2: Update to 0.2.1., guix-commits, 2023/06/29
- 142/379: gnu: rust-ndarray-0.15: Update to 0.15.6., guix-commits, 2023/06/29
- 145/379: gnu: rust-rust-decimal-1: Update to 1.17.0., guix-commits, 2023/06/29
- 156/379: gnu: rust-nettle-sys-2: Update to 2.2.0., guix-commits, 2023/06/29
- 152/379: gnu: Remove rust-cbindgen-0.15., guix-commits, 2023/06/29
- 150/379: gnu: Remove rust-cbindgen-0.12., guix-commits, 2023/06/29
- 151/379: gnu: Remove rust-cbindgen-0.14., guix-commits, 2023/06/29
- 162/379: gnu: rust-zstd-sys-1: Update to 1.6.3., guix-commits, 2023/06/29
- 159/379: gnu: rust-lzma-sys-0.1: Update to 0.1.20., guix-commits, 2023/06/29
- 164/379: gnu: rust-zstd-0.11: Don't skip build., guix-commits, 2023/06/29