mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-rayon-1.3: Rename to rust-rayon-1.
* gnu/packages/crates-io.scm (rust-rayon-1.3): Rename to rust-rayon-1. (rust-criterion-0.3, rust-criterion-0.2, rust-gimli-0.18, rust-hashbrown-0.5, rust-indexmap-1.3, rust-jpeg-decoder-0.1, rust-nasm-rs-0.1, rust-scroll-0.9, rust-syn-1.0, rust-syn-0.15) [arguments]: Adjust accordingly. * gnu/packages/gnome.scm (librsvg-next)[arguments]: Same. * gnu/packages/rust-apps.scm (tokei)[arguments]: Same. * gnu/packages/video.scm (rav1e)[arguments]: Same.
This commit is contained in:
parent
6c2189c858
commit
a56305539f
4 changed files with 17 additions and 16 deletions
|
@ -3926,7 +3926,7 @@ (define-public rust-criterion-0.3
|
|||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-oorandom" ,rust-oorandom-11.1)
|
||||
("rust-plotters" ,rust-plotters-0.2)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
("rust-serde-json" ,rust-serde-json-1.0)
|
||||
|
@ -3971,7 +3971,7 @@ (define-public rust-criterion-0.2
|
|||
("rust-rand-core" ,rust-rand-core-0.3)
|
||||
("rust-rand-os" ,rust-rand-os-0.1)
|
||||
("rust-rand-xoshiro" ,rust-rand-xoshiro-0.1)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-rayon-core" ,rust-rayon-core-1)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
|
@ -8349,7 +8349,7 @@ (define-public rust-gimli-0.18
|
|||
("rust-memmap" ,rust-memmap-0.7)
|
||||
("rust-num-cpus" ,rust-num-cpus-1.10)
|
||||
("rust-object" ,rust-object-0.12)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-test-assembler" ,rust-test-assembler-0.1)
|
||||
("rust-typed-arena" ,rust-typed-arena-1.4))))
|
||||
|
@ -9527,14 +9527,14 @@ (define-public rust-hashbrown-0.5
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1.0)
|
||||
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1.0)
|
||||
("rust-serde" ,rust-serde-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-rand" ,rust-rand-0.5)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-rustc-hash" ,rust-rustc-hash-1.0)
|
||||
("rust-serde-test" ,rust-serde-test-1.0))))
|
||||
(home-page "https://github.com/rust-lang/hashbrown")
|
||||
|
@ -10338,7 +10338,7 @@ (define-public rust-indexmap-1.3
|
|||
#:cargo-inputs
|
||||
(("rust-autocfg" ,rust-autocfg-1.0)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-rayon" ,rust-rayon-1.3))))
|
||||
("rust-rayon" ,rust-rayon-1))))
|
||||
(home-page "https://github.com/bluss/indexmap")
|
||||
(synopsis "Hash table with consistent order and fast iteration.")
|
||||
(description
|
||||
|
@ -10963,7 +10963,7 @@ (define-public rust-jpeg-decoder-0.1
|
|||
`(#:tests? #f ; Some test files missing.
|
||||
#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1.3)
|
||||
("rust-rayon" ,rust-rayon-1.3))
|
||||
("rust-rayon" ,rust-rayon-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-png" ,rust-png-0.14)
|
||||
|
@ -13145,7 +13145,7 @@ (define-public rust-nasm-rs-0.1
|
|||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-rayon" ,rust-rayon-1.3))))
|
||||
(("rust-rayon" ,rust-rayon-1))))
|
||||
(home-page "https://github.com/medek/nasm-rs")
|
||||
(synopsis "Run NASM during your Cargo build")
|
||||
(description "Run NASM during your Cargo build.")
|
||||
|
@ -18409,7 +18409,7 @@ (define-public rust-rawslice-0.1
|
|||
accessors.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-rayon-1.3
|
||||
(define-public rust-rayon-1
|
||||
(package
|
||||
(name "rust-rayon")
|
||||
(version "1.3.0")
|
||||
|
@ -18443,7 +18443,8 @@ (define-public rust-rayon-1.3
|
|||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-rayon-0.8
|
||||
(package/inherit rust-rayon-1.3
|
||||
(package
|
||||
(inherit rust-rayon-1)
|
||||
(name "rust-rayon")
|
||||
(version "0.8.2")
|
||||
(source
|
||||
|
@ -20151,7 +20152,7 @@ (define-public rust-scroll-0.9
|
|||
("rust-rustc-version" ,rust-rustc-version-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1.3)
|
||||
("rust-rayon" ,rust-rayon-1.3))))
|
||||
("rust-rayon" ,rust-rayon-1))))
|
||||
(home-page "https://github.com/m4b/scroll")
|
||||
(synopsis "Read/Write traits for byte buffers")
|
||||
(description
|
||||
|
@ -22666,7 +22667,7 @@ (define-public rust-syn-1.0
|
|||
(("rust-anyhow" ,rust-anyhow-1.0)
|
||||
("rust-flate2" ,rust-flate2-1.0)
|
||||
;("rust-insta" ,rust-insta-0.12)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-ref-cast" ,rust-ref-cast-1.0)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
;("rust-reqwest" ,rust-reqwest-0.10)
|
||||
|
@ -22700,7 +22701,7 @@ (define-public rust-syn-0.15
|
|||
("rust-unicode-xid" ,rust-unicode-xid-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-insta" ,rust-insta-0.8)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-ref-cast" ,rust-ref-cast-0.2)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
("rust-termcolor" ,rust-termcolor-1.0)
|
||||
|
|
|
@ -2403,7 +2403,7 @@ (define-public librsvg-next
|
|||
("rust-pango-sys" ,rust-pango-sys-0.9)
|
||||
("rust-pangocairo" ,rust-pangocairo-0.8)
|
||||
("rust-phf" ,rust-phf-0.7)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-rctree" ,rust-rctree-0.3)
|
||||
("rust-string-cache" ,rust-string-cache-0.7)
|
||||
("rust-regex" ,rust-regex-1)
|
||||
|
|
|
@ -329,7 +329,7 @@ (define-public tokei
|
|||
("rust-hex" ,rust-hex-0.4)
|
||||
("rust-ignore" ,rust-ignore-0.4)
|
||||
("rust-log" ,rust-log-0.4)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-serde-cbor" ,rust-serde-cbor-0.10)
|
||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||
|
|
|
@ -4001,7 +4001,7 @@ (define-public rav1e
|
|||
("rust-console" ,rust-console-0.9)
|
||||
("rust-serde" ,rust-serde-1.0)
|
||||
("rust-cc" ,rust-cc-1.0)
|
||||
("rust-rayon" ,rust-rayon-1.3)
|
||||
("rust-rayon" ,rust-rayon-1)
|
||||
("rust-byteorder" ,rust-byteorder-1.3)
|
||||
("rust-clap" ,rust-clap-2)
|
||||
("rust-vergen" ,rust-vergen-3.1))
|
||||
|
|
Loading…
Reference in a new issue