unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63703] [PATCH] gnu: xeyes: Update to 1.2.0.
@ 2023-05-24 18:10 Greg Hogan
  2023-05-25 14:12 ` bug#63703: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-05-24 18:10 UTC (permalink / raw)
  To: 63703; +Cc: Greg Hogan

* gnu/packages/xdisorg.scm (xeyes): Update to 1.2.0.
[inputs]: Add libxi.
---
 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 @@ (define-public xdo
 (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
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#63703: [PATCH] gnu: xeyes: Update to 1.2.0.
  2023-05-24 18:10 [bug#63703] [PATCH] gnu: xeyes: Update to 1.2.0 Greg Hogan
@ 2023-05-25 14:12 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-05-25 14:12 UTC (permalink / raw)
  To: 63703-done, Greg Hogan; +Cc: control

Hi Greg,

Thanks for the patch. Applied.

all best,

jgart




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-25 14:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 18:10 [bug#63703] [PATCH] gnu: xeyes: Update to 1.2.0 Greg Hogan
2023-05-25 14:12 ` bug#63703: " jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).