1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: Remove rust-mp4parse-0.12.

* gnu/packages/crates-graphics.scm (rust-mp4parse-0.12): Delete variable.

Change-Id: Iaed8d03862a9f389a44667824477976a2df73485
This commit is contained in:
Efraim Flashner 2024-12-31 16:04:19 +02:00
parent 81cf0c8f4f
commit 2fff71ee3a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3126,32 +3126,6 @@ graphics and video games.")
(description "Parser for ISO base media file format (mp4).")
(license license:mpl2.0)))
(define-public rust-mp4parse-0.12
(package
(inherit rust-mp4parse-0.17)
(name "rust-mp4parse")
(version "0.12.1")
(source (origin
(method url-fetch)
(uri (crate-uri "mp4parse" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1scynvlmiy6xv2rrzzpijd812amh6a863na8i0xrcw5d9d08kl8h"))))
(arguments
`(#:tests? #f ; Not all files included.
#:cargo-inputs
(("rust-bitreader" ,rust-bitreader-0.3)
("rust-byteorder" ,rust-byteorder-1)
("rust-env-logger" ,rust-env-logger-0.8)
("rust-fallible-collections" ,rust-fallible-collections-0.4)
("rust-log" ,rust-log-0.4)
("rust-num-traits" ,rust-num-traits-0.2)
("rust-static-assertions" ,rust-static-assertions-1))
#:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3)
("rust-test-assembler" ,rust-test-assembler-0.1)
("rust-walkdir" ,rust-walkdir-2))))))
(define-public rust-osmesa-sys-0.1
(package
(name "rust-osmesa-sys")