* [bug#67770] [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108
@ 2023-12-11 17:30 Daniel Ziltener via Guix-patches via
2023-12-22 16:18 ` [bug#67770] QA review for 67770 Daniel Ziltener via Guix-patches via
2023-12-26 11:43 ` bug#67770: [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108 Efraim Flashner
0 siblings, 2 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-11 17:30 UTC (permalink / raw)
To: 67770; +Cc: dziltener
---
gnu/packages/crates-io.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d42ff60a20..7519983dd3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63640,7 +63640,7 @@ (define-public rust-seq-macro-0.2
(define-public rust-serde-1
(package
(name "rust-serde")
- (version "1.0.188")
+ (version "1.0.192")
(source
(origin
(method url-fetch)
@@ -63648,7 +63648,7 @@ (define-public rust-serde-1
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "17jlqzfhimsk8w37ifjwnm86nwjzawlbgwmwc7nhwdwslv5hz7ng"))))
+ "00ghhaabyrnr2cn504lckyqzh3fwr8k7pxnhhardr1djhj2a18mw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -64013,15 +64013,15 @@ (define-public rust-serdeconv-0.4
(define-public rust-serde-derive-1
(package
(name "rust-serde-derive")
- (version "1.0.188")
+ (version "1.0.192")
(source
(origin
(method url-fetch)
- (uri (crate-uri "serde-derive" version))
+ (uri (crate-uri "serde_derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1wjaclvsfxgqnnnykllvb5gffsxynk66x6h4c1ds6anq8b37mjjf"))))
+ "1hgvm47ffd748sx22z1da7mgcfjmpr60gqzkff0a9yn9przj1iyn"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -64118,14 +64118,15 @@ (define-public rust-serde-ignored-0.1
(define-public rust-serde-json-1
(package
(name "rust-serde-json")
- (version "1.0.107")
+ (version "1.0.108")
(source
(origin
(method url-fetch)
- (uri (crate-uri "serde-json" version))
+ (uri (crate-uri "serde_json" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0r8cyb8nh3afb15yfscp1h8sdjfv6pnnwg14kcp8igfqwgk0qhkb"))))
+ (base32
+ "0ssj59s7lpzqh1m50kfzlnrip0p0jg9lmhn4098i33a0mhz7w71x"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67770] QA review for 67770
2023-12-11 17:30 [bug#67770] [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108 Daniel Ziltener via Guix-patches via
@ 2023-12-22 16:18 ` Daniel Ziltener via Guix-patches via
2023-12-26 11:43 ` bug#67770: [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108 Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Ziltener via Guix-patches via @ 2023-12-22 16:18 UTC (permalink / raw)
To: control, 67770
user guix
usertag 67770 + reviewed-looks-good
thanks
Guix QA review form submission:
Items marked as checked: Lint warnings, Package builds, Commit messages
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#67770: [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108
2023-12-11 17:30 [bug#67770] [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108 Daniel Ziltener via Guix-patches via
2023-12-22 16:18 ` [bug#67770] QA review for 67770 Daniel Ziltener via Guix-patches via
@ 2023-12-26 11:43 ` Efraim Flashner
1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2023-12-26 11:43 UTC (permalink / raw)
To: Daniel Ziltener; +Cc: 67770-done
[-- Attachment #1: Type: text/plain, Size: 282 bytes --]
These packages were already updated in the rust-team branch. Sorry!
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-26 12:42 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 17:30 [bug#67770] [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108 Daniel Ziltener via Guix-patches via
2023-12-22 16:18 ` [bug#67770] QA review for 67770 Daniel Ziltener via Guix-patches via
2023-12-26 11:43 ` bug#67770: [PATCH] gnu: rust-serde, rust-serde-derive: update to 1.0.192; rust-serde-json: update to 1.0.108 Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.