mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: rust-packed-simd-2: Update to 0.3.6.
* gnu/packages/crates-io.scm (rust-packed-simd-2): Update to 0.3.6.
This commit is contained in:
parent
c33d69e728
commit
26a3b9bb9c
1 changed files with 5 additions and 5 deletions
|
@ -35247,7 +35247,7 @@ (define-public rust-packed-simd-0.3
|
||||||
(define-public rust-packed-simd-2-0.3
|
(define-public rust-packed-simd-2-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-packed-simd-2")
|
(name "rust-packed-simd-2")
|
||||||
(version "0.3.4")
|
(version "0.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -35255,19 +35255,19 @@ (define-public rust-packed-simd-2-0.3
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1i8hmhsyzqsas2rhxg088mcwvzljrqhvf8lfz8b1dj6g2rkw1h3i"))
|
||||||
"05wsm2yxxpwww6a74hi8l80qszisfar5d7whf2pd87wn5x4y0y1j"))
|
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;; Unpin the dependencies.
|
;; Unpin the dependencies.
|
||||||
(substitute* "Cargo.toml"
|
(substitute* "Cargo.toml"
|
||||||
(("=0.2.52") "^0.2.52")
|
(("=0.2.73") "^0.2.73")
|
||||||
(("=0.3.2") "^0.3.2"))
|
(("=0.3.23") "^0.3.23"))
|
||||||
#t))))
|
#t))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; error[E0432]: unresolved import `packed_simd`
|
`(#:tests? #f ; error[E0432]: unresolved import `packed_simd`
|
||||||
|
#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
(("rust-cfg-if" ,rust-cfg-if-0.1)
|
||||||
("rust-core-arch" ,rust-core-arch-0.1)
|
("rust-core-arch" ,rust-core-arch-0.1)
|
||||||
|
|
Loading…
Reference in a new issue