me
/
guix
Archived
1
0
Fork 0

gnu: rust-core-video-sys-0.1: Update to 0.1.4.

* gnu/packages/crates-graphics.scm (rust-core-video-sys-0.1): Update to 0.1.4.
master
Nicolas Goaziou 2021-01-29 23:11:46 +01:00
parent dc7912ce77
commit bc5f82f73c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 10 additions and 10 deletions

View File

@ -421,29 +421,29 @@ for computer graphics.")
(define-public rust-core-video-sys-0.1 (define-public rust-core-video-sys-0.1
(package (package
(name "rust-core-video-sys") (name "rust-core-video-sys")
(version "0.1.3") (version "0.1.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "core-video-sys" version)) (uri (crate-uri "core-video-sys" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0a1qbn50jrb5hxrfshyb7y0f3pbf4ily6i6nciv7bn8ac4isvv1l"))))
"1l59cg88482hkl95ssb30ac9x65hpbdsmxz9s5r6y222jlhnbh4d"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t ; only for macOS `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-cfg-if" ,rust-cfg-if-0.1) (("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-core-foundation-sys" ,rust-core-foundation-sys-0.6) ("rust-core-foundation-sys" ,rust-core-foundation-sys-0.7)
("rust-core-graphics" ,rust-core-graphics-0.17) ("rust-core-graphics" ,rust-core-graphics-0.19)
("rust-libc" ,rust-libc-0.2) ("rust-libc" ,rust-libc-0.2)
("rust-metal" ,rust-metal-0.14) ("rust-metal" ,rust-metal-0.18)
("rust-objc" ,rust-objc-0.2)))) ("rust-objc" ,rust-objc-0.2))))
(home-page "https://github.com/luozijun/rust-core-video-sys") (home-page "https://github.com/luozijun/rust-core-video-sys")
(synopsis "Bindings to CoreVideo.framework for macOS and iOS") (synopsis "Bindings to CoreVideo.framework for macOS and iOS")
(description "Bindings to CoreVideo.framework for macOS and iOS.") (description
"This package provides bindings to CoreVideo.framework for macOS
and iOS.")
(license license:expat))) (license license:expat)))
(define-public rust-dav1d-sys-0.3 (define-public rust-dav1d-sys-0.3