summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/xdisorg.scm6
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