mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-quick-error-1: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-quick-error-1): Drop minor version from name. (rust-handlebars-2): (rust-humantime-1): (rust-proptest-0.10): (rust-proptest-0.9): (rust-proptest-0.8): (rust-proptest-0.7): (rust-proptest-0.3): (rust-resolv-conf-0.6): (rust-rusty-fork-0.3): (rust-rusty-fork-0.2): Apply renaming.
This commit is contained in:
parent
d6f4d4fce6
commit
e40d379de3
1 changed files with 11 additions and 11 deletions
|
@ -15009,7 +15009,7 @@ (define-public rust-handlebars-2
|
|||
("rust-log" ,rust-log-0.4)
|
||||
("rust-pest" ,rust-pest-2)
|
||||
("rust-pest-derive" ,rust-pest-derive-2)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-walkdir" ,rust-walkdir-2))
|
||||
|
@ -15972,7 +15972,7 @@ (define-public rust-humantime-1
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-quick-error" ,rust-quick-error-1.2))
|
||||
(("rust-quick-error" ,rust-quick-error-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-chrono" ,rust-chrono-0.4)
|
||||
("rust-rand" ,rust-rand-0.4)
|
||||
|
@ -26279,7 +26279,7 @@ (define-public rust-proptest-0.10
|
|||
("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-rand" ,rust-rand-0.7)
|
||||
("rust-rand-chacha" ,rust-rand-chacha-0.2)
|
||||
("rust-rand-xorshift" ,rust-rand-xorshift-0.2)
|
||||
|
@ -26315,7 +26315,7 @@ (define-public rust-proptest-0.9
|
|||
("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-rand" ,rust-rand-0.6)
|
||||
("rust-rand-chacha" ,rust-rand-chacha-0.1)
|
||||
("rust-rand-xorshift" ,rust-rand-xorshift-0.1)
|
||||
|
@ -26348,7 +26348,7 @@ (define-public rust-proptest-0.8
|
|||
("rust-byteorder" ,rust-byteorder-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-rand" ,rust-rand-0.5)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.6)
|
||||
("rust-rusty-fork" ,rust-rusty-fork-0.2)
|
||||
|
@ -26376,7 +26376,7 @@ (define-public rust-proptest-0.7
|
|||
("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-rand" ,rust-rand-0.4)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.4)
|
||||
("rust-rusty-fork" ,rust-rusty-fork-0.2)
|
||||
|
@ -26402,7 +26402,7 @@ (define-public rust-proptest-0.3
|
|||
`(#:cargo-inputs
|
||||
(("rust-bit-set" ,rust-bit-set-0.4)
|
||||
("rust-lazy-static" ,rust-lazy-static-0.2)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-rand" ,rust-rand-0.3)
|
||||
("rust-regex-syntax" ,rust-regex-syntax-0.4))
|
||||
#:cargo-development-inputs
|
||||
|
@ -26736,7 +26736,7 @@ (define-public rust-quasi-macros-0.32
|
|||
(description "This package provides a quasi-quoting macro system.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-quick-error-1.2
|
||||
(define-public rust-quick-error-1
|
||||
(package
|
||||
(name "rust-quick-error")
|
||||
(version "1.2.3")
|
||||
|
@ -28754,7 +28754,7 @@ (define-public rust-resolv-conf-0.6
|
|||
(arguments
|
||||
`(#:tests? #f ; Not all test files included.
|
||||
#:cargo-inputs
|
||||
(("rust-quick-error" ,rust-quick-error-1.2)
|
||||
(("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-hostname" ,rust-hostname-0.3))))
|
||||
(home-page "https://github.com/tailhook/resolv-conf")
|
||||
(synopsis "Parser for /etc/resolv.conf")
|
||||
|
@ -30499,7 +30499,7 @@ (define-public rust-rusty-fork-0.3
|
|||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-fnv" ,rust-fnv-1)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-wait-timeout" ,rust-wait-timeout-0.2))))
|
||||
(home-page "https://github.com/altsysrq/rusty-fork")
|
||||
|
@ -30525,7 +30525,7 @@ (define-public rust-rusty-fork-0.2
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-fnv" ,rust-fnv-1)
|
||||
("rust-quick-error" ,rust-quick-error-1.2)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-tempfile" ,rust-tempfile-3)
|
||||
("rust-wait-timeout" ,rust-wait-timeout-0.2))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue