guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xeyes: Update to 1.2.0.


From: guix-commits
Subject: branch master updated: gnu: xeyes: Update to 1.2.0.
Date: Thu, 25 May 2023 10:12:47 -0400

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

jgart pushed a commit to branch master
in repository guix.

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

commit db883ed5d7ca667cdeb062f1c3462b2f5662869c
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed May 24 18:10:55 2023 +0000

    gnu: xeyes: Update to 1.2.0.
    
    * gnu/packages/xdisorg.scm (xeyes): Update to 1.2.0.
    [inputs]: Add libxi.
    
    Signed-off-by: jgart <jgart@dismail.de>
---
 gnu/packages/xdisorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 008b2fdb75..462ac082f5 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -653,17 +653,17 @@ options are given, the action applies to the focused 
window.")
 (define-public xeyes
   (package
     (name "xeyes")
-    (version "1.1.2")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.x.org/releases/individual/app/";
                            name "-" version ".tar.bz2"))
        (sha256
-        (base32 "0lq5j7fryx1wn998jq6h3icz1h6pqrsbs3adskjzjyhn5l6yrg2p"))))
+        (base32 "1nxn443pfhddmwl59wplpjkslhlyfk307qx18nrimvvb2hipx8gq"))))
     (build-system gnu-build-system)
     (inputs
-      (list libxext libxmu libxrender libxt))
+      (list libxext libxi libxmu libxrender libxt))
     (native-inputs
      (list pkg-config))
     (home-page "https://www.x.org/";)    ; no dedicated Xeyes page exists



reply via email to

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