gnu: rust-mp4parse-0.12: Update to 0.12.1.

* gnu/packages/crates-graphics.scm (rust-mp4parse-0.12): Update to 0.12.1.
This commit is contained in:
Efraim Flashner 2023-10-09 09:16:40 +03:00
parent 662dc25904
commit 8e50e1ff9a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -1740,13 +1740,13 @@ graphics and video games.")
(define-public rust-mp4parse-0.12
(package
(name "rust-mp4parse")
(version "0.12.0")
(version "0.12.1")
(source (origin
(method url-fetch)
(uri (crate-uri "mp4parse" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ppqv60qiyrnbb996gb1sik08c0j2i317llv3rrcwb1cjg3bdlk7"))))
(base32 "1scynvlmiy6xv2rrzzpijd812amh6a863na8i0xrcw5d9d08kl8h"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all files included.