This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new ade30e87ce gnu: maim: Update to 5.8.1
ade30e87ce is described below
commit ade30e87ce160c5f9183b80b15cfc251f20be9a2
Author: Mazin AlHaddad <[email protected]>
AuthorDate: Thu Feb 12 10:27:30 2026 +0000
gnu: maim: Update to 5.8.1
* gnu/packages/xdisorg.scm (maim): Update to 5.8.1.
Closes: guix/guix#6343
Change-Id: I1cde7a15a8d8ed44a5cf42373ec035d46831e5d4
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/xdisorg.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index e91fa54c8c..c00a406f36 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1301,7 +1301,7 @@ selection's dimensions to stdout.")
(define-public maim
(package
(name "maim")
- (version "5.8.0")
+ (version "5.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1310,7 +1310,7 @@ selection's dimensions to stdout.")
(file-name (git-file-name name version))
(sha256
(base32
- "0n5fa0vf33wmw50fhxv5sj94rv1a0m9gbczlgnic2yyak546mmpy"))))
+ "028h6xcgj5zf5vwyln1d2wd7v7cxxzwxf79150ji0wrmxvgxbf3d"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no "check" target