GNU bug report logs -
#66959
[PATCH] gnu: rust-base64-0.21: Update to 0.21.5.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66959 in the body.
You can then email your comments to 66959 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
:
bug#66959
; Package
guix-patches
.
(Sun, 05 Nov 2023 19:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
VÖRÖSKŐI András <voroskoi <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
efraim <at> flashner.co.il, guix-patches <at> gnu.org
.
(Sun, 05 Nov 2023 19:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-base64-0.21): Update to 0.21.5.
Change-Id: I043ffee2ea1c5f101c6fc8033a9d112046b54e3f
---
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..1a348797f6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6902,18 +6902,19 @@ (define-public rust-base58-0.1
(define-public rust-base64-0.21
(package
(name "rust-base64")
- (version "0.21.0")
+ (version "0.21.5")
(source (origin
(method url-fetch)
(uri (crate-uri "base64" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0sidjip5b33sr6w7kasfj9qxpbda41nw0x4gjjk55g55a6mdv954"))))
+ "1y8x2xs9nszj5ix7gg4ycn5a6wy7ca74zxwqri3bdqzdjha6lqrm"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.4)
+ ("rust-lazy-static" ,rust-lazy-static-1)
("rust-rand" ,rust-rand-0.8)
("rust-rstest" ,rust-rstest-0.12)
("rust-rstest-reuse" ,rust-rstest-reuse-0.3)
base-commit: 286639c9af49dc56dce68a5483fd8ca3aeaecdb0
--
2.41.0
bug closed, send any further explanations to
66959 <at> debbugs.gnu.org and VÖRÖSKŐI András <voroskoi <at> gmail.com>
Request was from
voroskoi <at> gmail.com
to
control <at> debbugs.gnu.org
.
(Sat, 11 Nov 2023 18:07:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
voroskoi <at> gmail.com
to
control <at> debbugs.gnu.org
.
(Sat, 11 Nov 2023 18:08:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 221 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.