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
@ -920,7 +920,7 @@ for computer graphics.")
|
|||||||
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
||||||
("rust-tiff" ,rust-tiff-0.5))
|
("rust-tiff" ,rust-tiff-0.5))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-crc32fast" ,rust-crc32fast-1.2)
|
(("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-criterion" ,rust-criterion-0.3)
|
("rust-criterion" ,rust-criterion-0.3)
|
||||||
("rust-glob" ,rust-glob-0.3)
|
("rust-glob" ,rust-glob-0.3)
|
||||||
("rust-num-complex" ,rust-num-complex-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-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
||||||
("rust-tiff" ,rust-tiff-0.3))
|
("rust-tiff" ,rust-tiff-0.3))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-crc32fast" ,rust-crc32fast-1.2)
|
(("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-glob" ,rust-glob-0.3)
|
("rust-glob" ,rust-glob-0.3)
|
||||||
("rust-num-complex" ,rust-num-complex-0.2)
|
("rust-num-complex" ,rust-num-complex-0.2)
|
||||||
("rust-quickcheck" ,rust-quickcheck-0.9))))))
|
("rust-quickcheck" ,rust-quickcheck-0.9))))))
|
||||||
@ -1538,7 +1538,7 @@ interactive applications.")
|
|||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-bitflags" ,rust-bitflags-1)
|
(("rust-bitflags" ,rust-bitflags-1)
|
||||||
("rust-crc32fast" ,rust-crc32fast-1.2)
|
("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-deflate" ,rust-deflate-0.8)
|
("rust-deflate" ,rust-deflate-0.8)
|
||||||
("rust-miniz-oxide" ,rust-miniz-oxide-0.3))
|
("rust-miniz-oxide" ,rust-miniz-oxide-0.3))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
@ -1573,7 +1573,7 @@ interactive applications.")
|
|||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-bitflags" ,rust-bitflags-1)
|
(("rust-bitflags" ,rust-bitflags-1)
|
||||||
("rust-crc32fast" ,rust-crc32fast-1.2)
|
("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-deflate" ,rust-deflate-0.7)
|
("rust-deflate" ,rust-deflate-0.7)
|
||||||
("rust-inflate" ,rust-inflate-0.4))
|
("rust-inflate" ,rust-inflate-0.4))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
|
@ -3979,7 +3979,7 @@ to @code{is_x86_feature_detected}.")
|
|||||||
"Library for retrieving and interacting with the crates.io index.")
|
"Library for retrieving and interacting with the crates.io index.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-crc32fast-1.2
|
(define-public rust-crc32fast-1
|
||||||
(package
|
(package
|
||||||
(name "rust-crc32fast")
|
(name "rust-crc32fast")
|
||||||
(version "1.2.0")
|
(version "1.2.0")
|
||||||
@ -7203,7 +7203,7 @@ cross platform API.")
|
|||||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
("rust-cloudflare-zlib-sys"
|
("rust-cloudflare-zlib-sys"
|
||||||
,rust-cloudflare-zlib-sys-0.2)
|
,rust-cloudflare-zlib-sys-0.2)
|
||||||
("rust-crc32fast" ,rust-crc32fast-1.2)
|
("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-futures" ,rust-futures-0.1)
|
("rust-futures" ,rust-futures-0.1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-libz-sys" ,rust-libz-sys-1)
|
("rust-libz-sys" ,rust-libz-sys-1)
|
||||||
@ -9332,7 +9332,7 @@ standard printing of search results, similar to grep itself.")
|
|||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-crc32fast" ,rust-crc32fast-1.2))))
|
(("rust-crc32fast" ,rust-crc32fast-1))))
|
||||||
(home-page "https://github.com/oyvindln/gzip-header")
|
(home-page "https://github.com/oyvindln/gzip-header")
|
||||||
(synopsis "Decoding and encoding the header part of gzip files")
|
(synopsis "Decoding and encoding the header part of gzip files")
|
||||||
(description
|
(description
|
||||||
@ -13018,7 +13018,7 @@ streaming API for miniz_oxide.")
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-crc32fast" ,rust-crc32fast-1.2)
|
(("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
("rust-miniz-oxide" ,rust-miniz-oxide-0.2))
|
("rust-miniz-oxide" ,rust-miniz-oxide-0.2))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
@ -14708,7 +14708,7 @@ Foundation framework.")
|
|||||||
("rust-parity-wasm" ,rust-parity-wasm-0.41)
|
("rust-parity-wasm" ,rust-parity-wasm-0.41)
|
||||||
("rust-uuid" ,rust-uuid-0.8)
|
("rust-uuid" ,rust-uuid-0.8)
|
||||||
("rust-flate2" ,rust-flate2-1.0)
|
("rust-flate2" ,rust-flate2-1.0)
|
||||||
("rust-crc32fast" ,rust-crc32fast-1.2)
|
("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-indexmap" ,rust-indexmap-1))))
|
("rust-indexmap" ,rust-indexmap-1))))
|
||||||
(home-page "https://github.com/gimli-rs/object")
|
(home-page "https://github.com/gimli-rs/object")
|
||||||
(synopsis "Unified interface for reading and writing object file formats")
|
(synopsis "Unified interface for reading and writing object file formats")
|
||||||
@ -28545,8 +28545,8 @@ implementation that works everywhere, even WASM!")
|
|||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-bzip2" ,rust-bzip2-0.3)
|
(("rust-bzip2" ,rust-bzip2-0.3)
|
||||||
("rust-crc32fast" ,rust-crc32fast-1.2)
|
|
||||||
("rust-flate2" ,rust-flate2-1.0)
|
("rust-flate2" ,rust-flate2-1.0)
|
||||||
|
("rust-crc32fast" ,rust-crc32fast-1)
|
||||||
("rust-podio" ,rust-podio-0.1)
|
("rust-podio" ,rust-podio-0.1)
|
||||||
("rust-time" ,rust-time-0.1))
|
("rust-time" ,rust-time-0.1))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user