gnu: rust-jpeg-decoder-0.1: Update to 0.1.22.

* gnu/packages/crates-graphics.scm (rust-jpeg-decoder-0.1): Update to 0.1.22.
This commit is contained in:
Nicolas Goaziou 2021-12-03 23:06:50 +01:00
parent a4530ecbfe
commit 9687b1fb35
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1363,7 +1363,7 @@ (define-public rust-imgref-1
(define-public rust-jpeg-decoder-0.1
(package
(name "rust-jpeg-decoder")
(version "0.1.18")
(version "0.1.22")
(source
(origin
(method url-fetch)
@ -1371,8 +1371,7 @@ (define-public rust-jpeg-decoder-0.1
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0lc428qgffh2a1agkq0p26mvf9rjaiswpywy5883j99mqypg0mh2"))))
(base32 "1wnh0bmmswpgwhgmlizz545x8334nlbmkq8imy9k224ri3am7792"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Some test files missing.