mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
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:
parent
ba28d837e9
commit
e94cff39bf
1 changed files with 2 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue