[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/68: gnu: agate: Update to 3.3.5.
From: |
guix-commits |
Subject: |
09/68: gnu: agate: Update to 3.3.5. |
Date: |
Wed, 20 Mar 2024 11:24:24 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 5b4a73d4f16f85ade35d8e5639681f7dcbf1c60a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 18 15:30:16 2024 +0200
gnu: agate: Update to 3.3.5.
* gnu/packages/crates-io.scm (agate): Update to 3.3.5.
[cargo-inputs]: Replace rust-env-logger-0.9 with 0.11, rust-rcgen-0.9
with 0.12, rust-tokio-rustls-0.23 with 0.25. Remove rust-rustls-0.20,
rust-url-2, rust-webpki-0.22.
Change-Id: Ifc5a37e27f4b400e1c43687fa7fc327da85746a4
---
gnu/packages/rust-apps.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index f095fde38d..9277a8054e 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -139,20 +139,20 @@
(define-public agate
(package
(name "agate")
- (version "3.2.4")
+ (version "3.3.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "agate" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1wvbhzm4k3hdy8x7aq8rj3galhgfizdwf5fi419hzvg3kmvbawh1"))))
+ (base32 "0ja2lvlcvkcbjn8r9da4k0ppy7pb7xad8j4b0a4fhg0mbp244f9s"))))
(build-system cargo-build-system)
(arguments
`(#:install-source? #f
#:cargo-inputs
(("rust-configparser" ,rust-configparser-3)
- ("rust-env-logger" ,rust-env-logger-0.9)
+ ("rust-env-logger" ,rust-env-logger-0.11)
("rust-futures-util" ,rust-futures-util-0.3)
("rust-getopts" ,rust-getopts-0.2)
("rust-glob" ,rust-glob-0.3)
@@ -160,12 +160,10 @@
("rust-mime-guess" ,rust-mime-guess-2)
("rust-once-cell" ,rust-once-cell-1)
("rust-percent-encoding" ,rust-percent-encoding-2)
- ("rust-rcgen" ,rust-rcgen-0.9)
- ("rust-rustls" ,rust-rustls-0.20)
+ ("rust-rcgen" ,rust-rcgen-0.12)
("rust-tokio" ,rust-tokio-1)
- ("rust-tokio-rustls" ,rust-tokio-rustls-0.23)
- ("rust-url" ,rust-url-2)
- ("rust-webpki" ,rust-webpki-0.22))
+ ("rust-tokio-rustls" ,rust-tokio-rustls-0.25)
+ ("rust-url" ,rust-url-2))
#:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
("rust-gemini-fetch"
,rust-gemini-fetch-0.2))))
(home-page "https://github.com/mbrubeck/agate")
- 03/68: gnu: rust-base64-0.21: Update to 0.21.7., (continued)
- 03/68: gnu: rust-base64-0.21: Update to 0.21.7., guix-commits, 2024/03/20
- 06/68: gnu: monolith: Update to 2.8.1., guix-commits, 2024/03/20
- 01/68: gnu: Add rust-cargo-toml-0.19., guix-commits, 2024/03/20
- 02/68: gnu: cargo-machete: Update to 0.6.1., guix-commits, 2024/03/20
- 05/68: gnu: rust-cssparser-macros-0.6: Update to 0.6.1., guix-commits, 2024/03/20
- 07/68: gnu: Add rust-mio-aio-0.8., guix-commits, 2024/03/20
- 10/68: gnu: Add rust-curve25519-dalek-derive-0.1., guix-commits, 2024/03/20
- 12/68: gnu: Add rust-fiat-crypto-0.2., guix-commits, 2024/03/20
- 08/68: gnu: rust-tokio-1: Update to 1.36.0., guix-commits, 2024/03/20
- 17/68: gnu: Add rust-ed25519-dalek-2., guix-commits, 2024/03/20
- 09/68: gnu: agate: Update to 3.3.5.,
guix-commits <=
- 15/68: gnu: Add rust-ring-compat-0.8., guix-commits, 2024/03/20
- 16/68: gnu: Add rust-x25519-dalek-2., guix-commits, 2024/03/20
- 04/68: gnu: Add rust-cssparser-0.33., guix-commits, 2024/03/20
- 11/68: gnu: Move rust-fiat-crypto-0.1., guix-commits, 2024/03/20
- 14/68: gnu: Add rust-curve25519-dalek-4., guix-commits, 2024/03/20
- 18/68: gnu: Add rust-ed25519-2., guix-commits, 2024/03/20
- 13/68: gnu: Add rust-platforms-3., guix-commits, 2024/03/20
- 19/68: gnu: Add rust-strobe-rs-0.8., guix-commits, 2024/03/20
- 20/68: gnu: Add rust-strobe-rs-0.5., guix-commits, 2024/03/20
- 21/68: gnu: Add rust-merlin-3., guix-commits, 2024/03/20