Archived
1
0
Fork 0

gnu: rust-dav1d-sys-0.3: Update to 0.3.2.

* gnu/packages/crates-io.scm (rust-dav1d-sys-0.3): Update to 0.3.2.
[arguments]: In cargo-inputs replace rust-bindgen-0.52 with 0.54. Remove
rust-png-config-0.3.
[description]: Appease 'guix lint'.
This commit is contained in:
Efraim Flashner 2020-07-12 10:27:45 +03:00
parent 018a1d291d
commit f485daf3cb
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5083,7 +5083,7 @@ and arithmetic.")
(define-public rust-dav1d-sys-0.3 (define-public rust-dav1d-sys-0.3
(package (package
(name "rust-dav1d-sys") (name "rust-dav1d-sys")
(version "0.3.0") (version "0.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -5092,12 +5092,11 @@ and arithmetic.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1022czzp3s54r42x6rhr870w1fwzyp7b6qn0zirpz55zmqjpgnwa")))) "1jdxhnlxcml6jd67lx78ifzkn1xm18zfk4li7vjdh3fa61i073kx"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-pkg-config" ,rust-pkg-config-0.3) (("rust-bindgen" ,rust-bindgen-0.54)
("rust-bindgen" ,rust-bindgen-0.52)
("rust-metadeps" ,rust-metadeps-1.1)) ("rust-metadeps" ,rust-metadeps-1.1))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -5114,7 +5113,7 @@ and arithmetic.")
("llvm" ,llvm))) ("llvm" ,llvm)))
(home-page "https://github.com/rust-av/dav1d-rs") (home-page "https://github.com/rust-av/dav1d-rs")
(synopsis "FFI bindings to dav1d") (synopsis "FFI bindings to dav1d")
(description "FFI bindings to dav1d") (description "This package provides FFI bindings to dav1d.")
(license license:expat))) (license license:expat)))
(define-public rust-decimal-2.0 (define-public rust-decimal-2.0