me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-12-03 23:06:50 +01:00 committed by Leo Famulari
parent ba28d837e9
commit e94cff39bf
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 3 deletions

View File

@ -1363,7 +1363,7 @@ pixel buffers with width, height and stride.")
(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 @@ pixel buffers with width, height and stride.")
(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.