gnu: rust-httparse-1.3: Remove minor version from variable name.
* gnu/packages/crates-io.scm (rust-httparse-1.3): Rename to rust-httparse-1.
This commit is contained in:
parent
90184436e9
commit
ec6481f0e2
1 changed files with 4 additions and 4 deletions
|
@ -10018,7 +10018,7 @@ or response body.")
|
|||
"Simple and lightweight HTTP client with built-in HTTPS support.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-httparse-1.3
|
||||
(define-public rust-httparse-1
|
||||
(package
|
||||
(name "rust-httparse")
|
||||
(version "1.3.3")
|
||||
|
@ -10113,7 +10113,7 @@ SystemTime}}.")
|
|||
("rust-h2" ,rust-h2-0.1)
|
||||
("rust-http" ,rust-http-0.1)
|
||||
("rust-http-body" ,rust-http-body-0.1)
|
||||
("rust-httparse" ,rust-httparse-1.3)
|
||||
("rust-httparse" ,rust-httparse-1)
|
||||
("rust-iovec" ,rust-iovec-0.1)
|
||||
("rust-itoa" ,rust-itoa-0.4)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
|
@ -25107,7 +25107,7 @@ backed applications.")
|
|||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-futures-cpupool" ,rust-futures-cpupool-0.1)
|
||||
("rust-http" ,rust-http-0.1)
|
||||
("rust-httparse" ,rust-httparse-1.3)
|
||||
("rust-httparse" ,rust-httparse-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
|
@ -25205,7 +25205,7 @@ backed applications.")
|
|||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-futures-cpupool" ,rust-futures-cpupool-0.1)
|
||||
("rust-http" ,rust-http-0.1)
|
||||
("rust-httparse" ,rust-httparse-1.3)
|
||||
("rust-httparse" ,rust-httparse-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
|
|
Reference in a new issue