summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2022-07-14 11:48:02 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2022-07-14 11:48:02 +0100
commitfbdd556a53f4fd5ac7d343c3c57c04c63abf08a9 (patch)
tree213583604d6550f8ce5093deae34dec5b76bcf53
parentf4be0d050dcfadd4e6f6b028d0ec2e40ca53fb78 (diff)
rust-coreaudio-sys-0.2: bump version.
rust-bindgen-0.56: delete unnecessary package.
-rw-r--r--yellowsquid/packages/crates-io.scm48
1 files changed, 3 insertions, 45 deletions
diff --git a/yellowsquid/packages/crates-io.scm b/yellowsquid/packages/crates-io.scm
index 15a5921..3fe59b7 100644
--- a/yellowsquid/packages/crates-io.scm
+++ b/yellowsquid/packages/crates-io.scm
@@ -268,48 +268,6 @@
"Pure Rust implementation of Base64 (RFC 4648) which avoids any usages of\ndata-dependent branches/LUTs and thereby provides portable \"best effort\"\nconstant-time operation and embedded-friendly no_std support")
(license (list license:asl2.0 license:expat))))
-(define-public rust-bindgen-0.56
- (package
- (name "rust-bindgen")
- (version "0.56.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "bindgen" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0fajmgk2064ca1z9iq1jjkji63qwwz38z3d67kv6xdy0xgdpk8rd"))))
- (build-system cargo-build-system)
- (arguments
- `(#:skip-build?
- #t
- #:cargo-inputs
- (("rust-bitflags" ,rust-bitflags-1)
- ("rust-cexpr" ,rust-cexpr-0.4)
- ("rust-clang-sys" ,rust-clang-sys-1)
- ("rust-clap" ,rust-clap-2)
- ("rust-env-logger" ,rust-env-logger-0.8)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-lazycell" ,rust-lazycell-1)
- ("rust-log" ,rust-log-0.4)
- ("rust-peeking-take-while"
- ,rust-peeking-take-while-0.1)
- ("rust-proc-macro2" ,rust-proc-macro2-1)
- ("rust-quote" ,rust-quote-1)
- ("rust-regex" ,rust-regex-1)
- ("rust-rustc-hash" ,rust-rustc-hash-1)
- ("rust-shlex" ,rust-shlex-0.1)
- ("rust-which" ,rust-which-3))))
- (home-page
- "https://rust-lang.github.io/rust-bindgen/")
- (synopsis
- "Automatically generates Rust FFI bindings to C and C++ libraries.")
- (description
- "Automatically generates Rust FFI bindings to C and C++ libraries.")
- (license license:bsd-3)))
-
(define-public rust-brotli-decompressor-2
(package
(name "rust-brotli-decompressor")
@@ -640,7 +598,7 @@
(define-public rust-coreaudio-sys-0.2
(package
(name "rust-coreaudio-sys")
- (version "0.2.8")
+ (version "0.2.10")
(source
(origin
(method url-fetch)
@@ -649,13 +607,13 @@
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1yiipfq8gni2fkh62kzzprqgnfb77046d392p9mb82bapr3k6zib"))))
+ "1rjppvvv1j6wbsjw48mrsa5m3z818l5x8f3x0xrp03b3h16l9zrx"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build?
#t
#:cargo-inputs
- (("rust-bindgen" ,rust-bindgen-0.56))))
+ (("rust-bindgen" ,rust-bindgen-0.59))))
(home-page
"https://github.com/RustAudio/coreaudio-sys")
(synopsis