diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-10 17:07:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-10 17:26:08 +0200 |
commit | ddde3f6be193e5a2703f3db60aec3fa8bbefc834 (patch) | |
tree | 40c403117fecdc597ea57537ff13e948f8848384 | |
parent | 226685faa520ae0230192882d5f978313c5c2256 (diff) | |
download | guix-ddde3f6be193e5a2703f3db60aec3fa8bbefc834.tar guix-ddde3f6be193e5a2703f3db60aec3fa8bbefc834.tar.gz |
gnu: catimg: Update to 2.4.0.
* gnu/packages/image-viewers.scm (catimg): Update to 2.4.0.
-rw-r--r-- | gnu/packages/image-viewers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index b8a8af9280..07a62715de 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -256,7 +256,7 @@ your images. Among its features are: (define-public catimg (package (name "catimg") - (version "2.3.2") + (version "2.4.0") (source (origin (method url-fetch) @@ -265,7 +265,7 @@ your images. Among its features are: (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0n78sl8mxyky9zcih2znzcnb9dbfmvmrdwzj73jcxfh531cgcpi9")))) + "1rwgbq2imd5l4nql5hrz7rr5f4gz8aad1amlf0j3cxir8slpbd1y")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests |