mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-crc32fast-1.2: Remove minor version from variable name.
* gnu/packages/crates-io.scm (rust-crc32fast-1.2): Rename to rust-crc32fast-1.
This commit is contained in:
parent
bad1bdbdb7
commit
1446702059
2 changed files with 10 additions and 10 deletions
|
@ -920,7 +920,7 @@ for computer graphics.")
|
|||
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
||||
("rust-tiff" ,rust-tiff-0.5))
|
||||
#:cargo-development-inputs
|
||||
(("rust-crc32fast" ,rust-crc32fast-1.2)
|
||||
(("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-criterion" ,rust-criterion-0.3)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-num-complex" ,rust-num-complex-0.3)
|
||||
|
@ -959,7 +959,7 @@ for the most common image formats.")
|
|||
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
||||
("rust-tiff" ,rust-tiff-0.3))
|
||||
#:cargo-development-inputs
|
||||
(("rust-crc32fast" ,rust-crc32fast-1.2)
|
||||
(("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-glob" ,rust-glob-0.3)
|
||||
("rust-num-complex" ,rust-num-complex-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.9))))))
|
||||
|
@ -1538,7 +1538,7 @@ interactive applications.")
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-crc32fast" ,rust-crc32fast-1.2)
|
||||
("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-deflate" ,rust-deflate-0.8)
|
||||
("rust-miniz-oxide" ,rust-miniz-oxide-0.3))
|
||||
#:cargo-development-inputs
|
||||
|
@ -1573,7 +1573,7 @@ interactive applications.")
|
|||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-crc32fast" ,rust-crc32fast-1.2)
|
||||
("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-deflate" ,rust-deflate-0.7)
|
||||
("rust-inflate" ,rust-inflate-0.4))
|
||||
#:cargo-development-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue