mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: agate: Update to 3.3.11.
* gnu/packages/rust-apps.scm (agate): Update to 3.3.11. [cargo-inputs]: Replace urust-rcgen-0.12 with 0.13, rust-tokio-rustls-0.25 with 0.26. Remove rust-once-cell-1. [cargo-development-inputs]: Add rust-trotter-1. Remove rust-anyhow-1, rust-gemini-fetch-0.2. [native-inputs]: Add pkg-config. [inputs]: Add openssl. Change-Id: Idaff9c67491eb8c2d6fa9b973f6c2012c01aa231
This commit is contained in:
parent
0c00ae419a
commit
32b3656e84
1 changed files with 7 additions and 7 deletions
|
@ -161,14 +161,14 @@ (define-public aardvark-dns
|
|||
(define-public agate
|
||||
(package
|
||||
(name "agate")
|
||||
(version "3.3.5")
|
||||
(version "3.3.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "agate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ja2lvlcvkcbjn8r9da4k0ppy7pb7xad8j4b0a4fhg0mbp244f9s"))))
|
||||
(base32 "0m18vsbrs4crg618vckywn5qsy36gd1vb10h4k92q15zaarrv24a"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:install-source? #f
|
||||
|
@ -180,14 +180,14 @@ (define-public agate
|
|||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("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.12)
|
||||
("rust-rcgen" ,rust-rcgen-0.13)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tokio-rustls" ,rust-tokio-rustls-0.25)
|
||||
("rust-tokio-rustls" ,rust-tokio-rustls-0.26)
|
||||
("rust-url" ,rust-url-2))
|
||||
#:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
|
||||
("rust-gemini-fetch" ,rust-gemini-fetch-0.2))))
|
||||
#:cargo-development-inputs (("rust-trotter" ,rust-trotter-1))))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list openssl))
|
||||
(home-page "https://github.com/mbrubeck/agate")
|
||||
(synopsis "Very simple server for the Gemini hypertext protocol")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue