mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-url-2.1: Remove minor version from variable name.
* gnu/packages/crates-io.scm (rust-url-2.1): Rename to rust-url-2.
This commit is contained in:
parent
7877ad8d5e
commit
ff4d0937c7
5 changed files with 7 additions and 7 deletions
|
@ -8836,7 +8836,7 @@ DWARF debugging format.")
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-openssl-probe" ,rust-openssl-probe-0.1)
|
||||
("rust-openssl-sys" ,rust-openssl-sys-0.9)
|
||||
("rust-url" ,rust-url-2.1))
|
||||
("rust-url" ,rust-url-2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-docopt" ,rust-docopt-1.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
|
@ -26564,7 +26564,7 @@ untrusted inputs in Rust.")
|
|||
(sha256
|
||||
(base32 "0byf88b7ca1kb5aap8f6npp6xncvg95dnma8ipmnmd4n9r5izkam"))))))
|
||||
|
||||
(define-public rust-url-2.1
|
||||
(define-public rust-url-2
|
||||
(package
|
||||
(name "rust-url")
|
||||
(version "2.1.1")
|
||||
|
@ -26597,7 +26597,7 @@ untrusted inputs in Rust.")
|
|||
|
||||
(define-public rust-url-1.7
|
||||
(package
|
||||
(inherit rust-url-2.1)
|
||||
(inherit rust-url-2)
|
||||
(name "rust-url")
|
||||
(version "1.7.2")
|
||||
(source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue