diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-12-03 23:06:50 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-12-28 14:10:00 -0500 |
commit | e94cff39bfb9fce5b897ad46b648c7dc9048c784 (patch) | |
tree | 29370b9fc75f245a62471d54b4f654fd55ea98da | |
parent | ba28d837e93652c9433d597bc69ab16aaf82224b (diff) | |
download | guix-e94cff39bfb9fce5b897ad46b648c7dc9048c784.tar guix-e94cff39bfb9fce5b897ad46b648c7dc9048c784.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. |