gnu: rust-new-debug-unreachable: Don't include minor version in variable name.
* gnu/packages/crates-io.scm (rust-new-debug-unreachable-1.0): Rename to... (rust-new-debug-unreachable-1): ...this.
This commit is contained in:
parent
93b3287eb0
commit
cc73028b21
1 changed files with 5 additions and 5 deletions
|
@ -7878,7 +7878,7 @@ pseudorandom number generator")
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-mac" ,rust-mac-0.1)
|
(("rust-mac" ,rust-mac-0.1)
|
||||||
("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1.0))))
|
("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1))))
|
||||||
(home-page "https://github.com/servo/futf")
|
(home-page "https://github.com/servo/futf")
|
||||||
(synopsis "Handling fragments of UTF-8")
|
(synopsis "Handling fragments of UTF-8")
|
||||||
(description "Handling fragments of UTF-8.")
|
(description "Handling fragments of UTF-8.")
|
||||||
|
@ -14448,7 +14448,7 @@ cryptographic library.")
|
||||||
(license ;; licensed under either of these, at your option
|
(license ;; licensed under either of these, at your option
|
||||||
(list license:lgpl3 license:gpl2 license:gpl3))))
|
(list license:lgpl3 license:gpl2 license:gpl3))))
|
||||||
|
|
||||||
(define-public rust-new-debug-unreachable-1.0
|
(define-public rust-new-debug-unreachable-1
|
||||||
(package
|
(package
|
||||||
(name "rust-new-debug-unreachable")
|
(name "rust-new-debug-unreachable")
|
||||||
(version "1.0.3")
|
(version "1.0.3")
|
||||||
|
@ -24610,7 +24610,7 @@ configurable byte storage.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1.0)
|
("rust-new-debug-unreachable" ,rust-new-debug-unreachable-1)
|
||||||
("rust-phf-shared" ,rust-phf-shared-0.8)
|
("rust-phf-shared" ,rust-phf-shared-0.8)
|
||||||
("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
|
("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
|
||||||
("rust-serde" ,rust-serde-1))))
|
("rust-serde" ,rust-serde-1))))
|
||||||
|
@ -24639,7 +24639,7 @@ developed as part of the Servo project.")
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-new-debug-unreachable"
|
("rust-new-debug-unreachable"
|
||||||
,rust-new-debug-unreachable-1.0)
|
,rust-new-debug-unreachable-1)
|
||||||
("rust-phf-shared" ,rust-phf-shared-0.7)
|
("rust-phf-shared" ,rust-phf-shared-0.7)
|
||||||
("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
|
("rust-precomputed-hash" ,rust-precomputed-hash-0.1)
|
||||||
("rust-serde" ,rust-serde-1)
|
("rust-serde" ,rust-serde-1)
|
||||||
|
|
Reference in a new issue