mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: rust-url-1.7: Remove minor version from variable name.
* gnu/packages/crates-io.scm (rust-url-1.7): Rename to rust-url-1.
This commit is contained in:
parent
ff4d0937c7
commit
30d16d5418
1 changed files with 6 additions and 6 deletions
|
@ -8880,7 +8880,7 @@ (define-public rust-git2-0.9
|
|||
("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-1.7))
|
||||
("rust-url" ,rust-url-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-docopt" ,rust-docopt-1.1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
|
@ -10139,7 +10139,7 @@ (define-public rust-hyper-0.12
|
|||
("rust-spmc" ,rust-spmc-0.3)
|
||||
("rust-tokio-fs" ,rust-tokio-fs-0.1)
|
||||
("rust-tokio-mockstream" ,rust-tokio-mockstream-1)
|
||||
("rust-url" ,rust-url-1.7))))
|
||||
("rust-url" ,rust-url-1))))
|
||||
(home-page "https://hyper.rs")
|
||||
(synopsis "Fast and correct HTTP library")
|
||||
(description "This package provides a fast and correct HTTP library.")
|
||||
|
@ -19551,7 +19551,7 @@ (define-public rust-rusqlite-0.19
|
|||
("rust-memchr" ,rust-memchr-2)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-time" ,rust-time-0.1)
|
||||
("rust-url" ,rust-url-1.7)
|
||||
("rust-url" ,rust-url-1)
|
||||
("rust-uuid" ,rust-uuid-0.7))
|
||||
#:cargo-development-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
|
@ -26595,7 +26595,7 @@ (define-public rust-url-2
|
|||
"URL library for Rust, based on the WHATWG URL Standard.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-url-1.7
|
||||
(define-public rust-url-1
|
||||
(package
|
||||
(inherit rust-url-2)
|
||||
(name "rust-url")
|
||||
|
@ -27052,7 +27052,7 @@ (define-public rust-version-sync-0.8
|
|||
("rust-semver-parser" ,rust-semver-parser-0.9)
|
||||
("rust-syn" ,rust-syn-0.15)
|
||||
("rust-toml" ,rust-toml-0.5)
|
||||
("rust-url" ,rust-url-1.7))))
|
||||
("rust-url" ,rust-url-1))))
|
||||
(home-page "https://github.com/mgeisler/version-sync")
|
||||
(synopsis
|
||||
"Ensure that version numbers are updated when the crate version changes")
|
||||
|
@ -27089,7 +27089,7 @@ (define-public rust-version-sync-0.6
|
|||
("rust-semver-parser" ,rust-semver-parser-0.9)
|
||||
("rust-syn" ,rust-syn-0.15)
|
||||
("rust-toml" ,rust-toml-0.4)
|
||||
("rust-url" ,rust-url-1.7))))))
|
||||
("rust-url" ,rust-url-1))))))
|
||||
|
||||
(define-public rust-void-1
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue