diff options
author | Tobias Geerinckx-Rice <[email protected]> | 2018-05-16 13:38:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <[email protected]> | 2018-05-17 01:01:54 +0200 |
commit | 3659b0d7bf5df9d1f164bb809d796042fb952d3d (patch) | |
tree | 918b12480cd23296e9a4371c41b27d220c69d5f0 /gnu/packages | |
parent | e7395b9024b2f2ee9a064087e3abea5434cc8be6 (diff) |
gnu: maim: Update to 5.5.1.
* gnu/packages/xdisorg.scm (maim): Update to 5.5.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/xdisorg.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 2309596f6b..0432411ab7 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -18,7 +18,7 @@ ;;; Copyright © 2016 Petter <[email protected]> ;;; Copyright © 2017 Mekeor Melire <[email protected]> ;;; Copyright © 2017 Nils Gillmann <[email protected]> -;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Marek Benc <[email protected]> ;;; Copyright © 2017 Mike Gerwitz <[email protected]> ;;; Copyright © 2018 Thomas Sigurdsen <[email protected]> @@ -532,7 +532,7 @@ selection's dimensions to stdout.") (define-public maim (package (name "maim") - (version "5.5") + (version "5.5.1") (source (origin (method url-fetch) (uri (string-append @@ -541,7 +541,7 @@ selection's dimensions to stdout.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "02blbimjdckbcb04crhv0k2vxnp3rcgskyq66sk0v13l2h52849v")))) + "1dvw0axnr9hhjg6zdcq9lwvaq0x7vrzlz00p8n3hj25qzsi4z5as")))) (build-system cmake-build-system) (arguments '(#:tests? #f)) ; no "check" target |