This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e66e3082b3 gnu: grim: Update to 1.4.0.
e66e3082b3 is described below

commit e66e3082b33640127e9c3ccc3e7a515dc0314115
Author: Jai Vetrivelan <[email protected]>
AuthorDate: Wed Feb 9 07:39:59 2022 +0530

    gnu: grim: Update to 1.4.0.
    
    * gnu/packages/image.scm (grim): Update to 1.4.0.
    [inputs]: Remove CARGO, add PIXMAN and LIBPNG.
    
    Signed-off-by: Nicolas Goaziou <[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 6cf171a410..f40ae12ccb 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2021 Sharlatan Hellseher <[email protected]>
 ;;; Copyright © 2021 Nicolò Balzarotti <[email protected]>
 ;;; Copyright © 2021 Alexandr Vityazev <[email protected]>
+;;; Copyright © 2022 Jai Vetrivelan <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1957,7 +1958,7 @@ identical visual appearance.")
 (define-public grim
   (package
    (name "grim")
-   (version "1.3.2")
+   (version "1.4.0")
    (source
     (origin
      (method git-fetch)
@@ -1966,10 +1967,10 @@ identical visual appearance.")
            (commit (string-append "v" version))))
      (file-name (git-file-name name version))
      (sha256
-      (base32 "1l4gwvvc0zvg5b6f6w92xjhmwj7cg9hlgrf43lc7ygaz8dh6cmzg"))))
+      (base32 "1b1k5cmmk7gzis0rncyl98lnhdwpjkdsv9pada5mmgxcpka6f0lp"))))
    (build-system meson-build-system)
    (native-inputs (list pkg-config scdoc))
-   (inputs (list cairo libjpeg-turbo wayland wayland-protocols))
+   (inputs (list pixman libpng libjpeg-turbo wayland wayland-protocols))
    (home-page "https://github.com/emersion/grim";)
    (synopsis "Create screenshots from a Wayland compositor")
    (description "grim can create screenshots from a Wayland compositor.")

Reply via email to