gnu: maim: Update to 5.5.3.

* gnu/packages/xdisorg.scm (maim): Update to 5.5.3.
This commit is contained in:
Marius Bakke 2019-04-23 13:32:05 +02:00
parent 8949b64004
commit af1d777e6c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -573,7 +573,7 @@ (define-public slop
(define-public maim (define-public maim
(package (package
(name "maim") (name "maim")
(version "5.5.2") (version "5.5.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -582,7 +582,7 @@ (define-public maim
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"14mfxdm39kc5jk8wysrzx05ag2g4sk9l24i8m5pzqn8j611150v3")))) "1kbxsz8whfxl5blwsvpva2q95zwy72argwhi1cfqh5lrhzq5zrpp"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ; no "check" target '(#:tests? #f)) ; no "check" target