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 76c3e68  gnu: scrot: Update to 1.7.
76c3e68 is described below

commit 76c3e6859479b8a9b3035cc6fa4d737c7925a899
Author: Tanguy Le Carrour <[email protected]>
AuthorDate: Sun Nov 14 14:30:46 2021 +0100

    gnu: scrot: Update to 1.7.
    
    * gnu/packages/xdisorg.scm (scrot): Update to 1.7. [inputs]: Add libbsd.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 gnu/packages/xdisorg.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 282763b..b0c2f9d 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -27,7 +27,7 @@
 ;;; Copyright © 2019 Wiktor Żelazny <[email protected]>
 ;;; Copyright © 2019 Kyle Andrews <[email protected]>
 ;;; Copyright © 2019, 2020 Josh Holland <[email protected]>
-;;; Copyright © 2019 Tanguy Le Carrour <[email protected]>
+;;; Copyright © 2019, 2021 Tanguy Le Carrour <[email protected]>
 ;;; Copyright © 2020, 2021 Guillaume Le Vaillant <[email protected]>
 ;;; Copyright © 2020 David Wilson <[email protected]>
 ;;; Copyright © 2020 Ivan Vilata i Balaguer <[email protected]>
@@ -103,6 +103,7 @@
   #:use-module (gnu packages haskell-xyz)
   #:use-module (gnu packages icu4c)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages libbsd)
   #:use-module (gnu packages libevent)
   #:use-module (gnu packages linux)
   #:use-module (gnu packages m4)
@@ -768,7 +769,7 @@ move windows, switch between desktops, etc.).")
 (define-public scrot
   (package
     (name "scrot")
-    (version "1.6")
+    (version "1.7")
     (source
      (origin
        (method git-fetch)
@@ -778,7 +779,7 @@ move windows, switch between desktops, etc.).")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qanx2xx9m5l995csqzfcm1ks2nhk90zga1wzbkjjl75ga4iik2h"))))
+        (base32 "0rls08mpalx4xp5ysmg7m5lgx9q8g8m8q40m47f11mqa84z88nd1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)
@@ -788,6 +789,7 @@ move windows, switch between desktops, etc.).")
     (inputs
      `(("giblib" ,giblib)
        ("imlib2" ,imlib2)
+       ("libbsd" ,libbsd)
        ("libx11" ,libx11)
        ("libxcomposite" ,libxcomposite)
        ("libxext" ,libxext)

Reply via email to