[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
185/471: gnu: rust-aom-sys-0.3: Update to 0.3.2.
From: |
guix-commits |
Subject: |
185/471: gnu: rust-aom-sys-0.3: Update to 0.3.2. |
Date: |
Wed, 3 May 2023 09:27:45 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 3ae4ee207b68d067ad8c3b7ac5cf7169c3ddf1a0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 15:53:05 2023 +0200
gnu: rust-aom-sys-0.3: Update to 0.3.2.
* gnu/packages/crates-graphics.scm (rust-aom-sys-0.3): Update to 0.3.2.
[cargo-inputs]: Add rust-system-deps-6. Remove rust-metadeps-1. Replace
rust-bindgen-0.54 with 0.61.
---
gnu/packages/crates-graphics.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 324a624ceb..688a61621b 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Valentin Ignatev <valentignatev@gmail.com>
;;; Copyright © 2020 Hartmut Goebel <h.goebel@crazy-compilers.com>
-;;; Copyright © 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2020, 2021, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
;;; Copyright © 2020 Gabriel Arazas <foo.dogsquared@gmail.com>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
@@ -199,7 +199,7 @@ text or blue underlined text, on ANSI terminals.")
(define-public rust-aom-sys-0.3
(package
(name "rust-aom-sys")
- (version "0.3.0")
+ (version "0.3.2")
(source
(origin
(method url-fetch)
@@ -207,17 +207,16 @@ text or blue underlined text, on ANSI terminals.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "0dhikfl7l5nacspajbllbhhysad3vl845cpfplqgm5mf67nmx9w8"))))
+ (base32 "0swg90iwypakh7vq77zwh34238c1r7vd5smj0vza7dv7xa22wh0g"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-bindgen" ,rust-bindgen-0.54)
- ("rust-metadeps" ,rust-metadeps-1))))
+ (("rust-bindgen" ,rust-bindgen-0.61)
+ ("rust-system-deps" ,rust-system-deps-6))))
(native-inputs
(list pkg-config))
(inputs
- (list libaom clang llvm))
+ (list clang libaom llvm))
(home-page "https://github.com/rust-av/aom-rs")
(synopsis "FFI bindings to aom")
(description "This package provides FFI bindings to aom.")
- 144/471: gnu: Add rust-zip-0.6., (continued)
- 144/471: gnu: Add rust-zip-0.6., guix-commits, 2023/05/03
- 138/471: gnu: Add rust-zstd-sys-2., guix-commits, 2023/05/03
- 156/471: gnu: Remove rust-zstd-0.6., guix-commits, 2023/05/03
- 158/471: gnu: Remove rust-try-lock-0.1., guix-commits, 2023/05/03
- 165/471: gnu: Remove rust-relay-0.1., guix-commits, 2023/05/03
- 170/471: gnu: Remove rust-parity-wasm-0.40., guix-commits, 2023/05/03
- 176/471: gnu: Remove rust-float-cmp-0.3., guix-commits, 2023/05/03
- 177/471: gnu: Remove rust-fixed-hash-0.2., guix-commits, 2023/05/03
- 183/471: Revert "gnu: Remove rust-libz-ng-sys-1.", guix-commits, 2023/05/03
- 184/471: gnu: rust-imgref-1: Update to 1.9.4., guix-commits, 2023/05/03
- 185/471: gnu: rust-aom-sys-0.3: Update to 0.3.2.,
guix-commits <=
- 188/471: gnu: Add rust-avif-serialize-0.7., guix-commits, 2023/05/03
- 186/471: gnu: Add rust-avif-parse-1., guix-commits, 2023/05/03
- 202/471: gnu: Add rust-half-2., guix-commits, 2023/05/03
- 203/471: gnu: rust-js-sys-0.3: Update to 0.3.61., guix-commits, 2023/05/03
- 208/471: gnu: Add rust-nanorand-0.7., guix-commits, 2023/05/03
- 210/471: gnu: rust-num-rational-0.4: Update to 0.4.1., guix-commits, 2023/05/03
- 211/471: gnu: rust-pretty-assertions-1: Update to 1.3.0., guix-commits, 2023/05/03
- 219/471: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.84., guix-commits, 2023/05/03
- 221/471: gnu: rust-wasm-bindgen-test-macro-0.3: Update to 0.3.34., guix-commits, 2023/05/03
- 223/471: gnu: rust-weezl-0.1: Update to 0.1.7., guix-commits, 2023/05/03