me
/
guix
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'.
master
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
1 changed files with 4 additions and 5 deletions

View File

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