gnu: maim: Update to 5.8.0.

* gnu/packages/xdisorg.scm (maim): Update to 5.8.0.
[inputs]: Add libwebp.

Change-Id: I91fb48b26bdd2393975f14c00d74f70d8f6db11f
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Artyom V. Poptsov 2024-06-08 16:34:36 +03:00 committed by Andreas Enge
parent dc49255e21
commit 0467da1731
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -61,6 +61,7 @@
;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com> ;;; Copyright © 2023 Jake Leporte <jakeleporte@outlook.com>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space> ;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com> ;;; Copyright © 2022 Mehmet Tekman <mtekman89@gmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -965,7 +966,7 @@ (define-public slop
(define-public maim (define-public maim
(package (package
(name "maim") (name "maim")
(version "5.6.3") (version "5.8.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -974,7 +975,7 @@ (define-public maim
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"181mjjrjb9fs1ficcv9miqbk94v95j1yli7fjp2dj514g7nj9l3x")))) "0n5fa0vf33wmw50fhxv5sj94rv1a0m9gbczlgnic2yyak546mmpy"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ; no "check" target '(#:tests? #f)) ; no "check" target
@ -985,6 +986,7 @@ (define-public maim
libxcomposite libxcomposite
libxfixes libxfixes
libxrandr libxrandr
libwebp
mesa mesa
slop slop
zlib)) zlib))