guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit e9fb538579003349a459f1af8624f7eaf68cc8e3
Author: Carlos Durán Domínguez <[email protected]>
AuthorDate: Mon Jan 19 01:02:45 2026 +0100

    gnu: grim: Update to 1.5.0.
    
    * gnu/packages/image.scm (grim): Update to 1.5.0.
    [source]: Update uri.
    
    Change-Id: Iaeb4cbdfb2799619edcfdfc3996745c23345d24b
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/image.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 121d706a76..809dd060e8 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2025 Josep Bigorra <[email protected]>
 ;;; Copyright © 2025 Jake Forster <[email protected]>
 ;;; Copyright © 2025 Ghislain Vaillant <[email protected]>
+;;; Copyright © 2026 Carlos Durán Domínguez <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2404,16 +2405,16 @@ identical visual appearance.")
 (define-public grim
   (package
    (name "grim")
-   (version "1.4.1")
+   (version "1.5.0")
    (source
     (origin
      (method git-fetch)
      (uri (git-reference
-           (url "https://git.sr.ht/~emersion/grim";)
+           (url "https://gitlab.freedesktop.org/emersion/grim/";)
            (commit (string-append "v" version))))
      (file-name (git-file-name name version))
      (sha256
-      (base32 "1snp4qlj05d0nx4f0qr8kywv0i1xcw5i278ybng1rand2alhkjz5"))))
+      (base32 "1rabva3x203hbsnmad6zrvlpxadmxw1zmd42i3pjk05pnk73mym0"))))
    (build-system meson-build-system)
    (native-inputs (append (if (%current-target-system)
                               ;; For wayland-scanner.

Reply via email to