diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-07-12 10:27:45 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-07-12 15:15:12 +0300 |
commit | f485daf3cbca8fdace4ff3ef42712c244822a753 (patch) | |
tree | 533612c7010856515c5a989ea705efe598b982da | |
parent | 018a1d291d193ef45dcbe5f23a70c33efae96e28 (diff) | |
download | guix-f485daf3cbca8fdace4ff3ef42712c244822a753.tar.gz |
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'.
-rw-r--r-- | gnu/packages/crates-io.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 79323bb08f..2d493c0c24 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -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 |