guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: scrot: Update to 1.9.


From: guix-commits
Subject: branch master updated: gnu: scrot: Update to 1.9.
Date: Wed, 17 May 2023 06:23:07 -0400

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 430920e91e gnu: scrot: Update to 1.9.
430920e91e is described below

commit 430920e91ed2c1a9b9ed0856fc4abffeb6416c49
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sat May 13 22:07:32 2023 +0300

    gnu: scrot: Update to 1.9.
    
    * gnu/packages/xdisorg.scm (scrot): Update to 1.9.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/xdisorg.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 1168f2676e..201a3bd3b3 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -838,7 +838,7 @@ move windows, switch between desktops, etc.).")
 (define-public scrot
   (package
     (name "scrot")
-    (version "1.7")
+    (version "1.9")
     (source
      (origin
        (method git-fetch)
@@ -848,7 +848,7 @@ move windows, switch between desktops, etc.).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0rls08mpalx4xp5ysmg7m5lgx9q8g8m8q40m47f11mqa84z88nd1"))))
+        (base32 "140wczmmxjp5fkrp6qg5rbq4hdwfslxb23jdk91ls8fjxdp9hafz"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf autoconf-archive automake pkg-config))
@@ -859,7 +859,8 @@ move windows, switch between desktops, etc.).")
            libx11
            libxcomposite
            libxext
-           libxfixes))
+           libxfixes
+           libxinerama))
     (home-page "https://github.com/resurrecting-open-source-projects/scrot";)
     (synopsis "Command-line screen capture utility for X Window System")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]