gnu: Add rust-tectonic-geturl-0.3.
* gnu/packages/crates-io.scm (rust-tectonic-geturl-0.3): New variable. (rust-tectonic-geturl-0.2): Remove variable.
This commit is contained in:
parent
052ee0b6f5
commit
10836f924e
1 changed files with 4 additions and 4 deletions
|
@ -49393,17 +49393,17 @@ error type and utilities.")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-anyhow" ,rust-anyhow-1))))))
|
(("rust-anyhow" ,rust-anyhow-1))))))
|
||||||
|
|
||||||
(define-public rust-tectonic-geturl-0.2
|
(define-public rust-tectonic-geturl-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-tectonic-geturl")
|
(name "rust-tectonic-geturl")
|
||||||
(version "0.2.0")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "tectonic_geturl" version))
|
(uri (crate-uri "tectonic_geturl" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rwndw6ixwpflrhcvn5mcshpk6gd3b1ihghp6xxsr3dgw59ad1z2"))))
|
(base32 "0ifgqhqipb2mpd80crzc40nlri4iv5dxhf7kja8wqaqrpgw364vr"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
@ -49412,7 +49412,7 @@ error type and utilities.")
|
||||||
("rust-curl" ,rust-curl-0.4)
|
("rust-curl" ,rust-curl-0.4)
|
||||||
("rust-reqwest" ,rust-reqwest-0.11)
|
("rust-reqwest" ,rust-reqwest-0.11)
|
||||||
("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
|
("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
|
||||||
("rust-tectonic-status-base" ,rust-tectonic-status-base-0.1))))
|
("rust-tectonic-status-base" ,rust-tectonic-status-base-0.2))))
|
||||||
(home-page
|
(home-page
|
||||||
"https://tectonic-typesetting.github.io/")
|
"https://tectonic-typesetting.github.io/")
|
||||||
(synopsis "Interface for HTTP GETs and byte-range requests")
|
(synopsis "Interface for HTTP GETs and byte-range requests")
|
||||||
|
|
Reference in a new issue