diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-03 23:06:50 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-27 19:52:40 +0100 |
commit | 9687b1fb357505f78acdf407aa03aa565bc2b5cc (patch) | |
tree | 14627cb380d0df7da8558852f4f17a92bc16f55d | |
parent | a4530ecbfee21d28f7d83702ae4c0b86cfb4238c (diff) | |
download | guix-9687b1fb357505f78acdf407aa03aa565bc2b5cc.tar.gz |
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.
-rw-r--r-- | gnu/packages/crates-graphics.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 94837a5697..4e1c61e300 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -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. |