guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xeyes: Update to 1.3.0.


From: guix-commits
Subject: 02/03: gnu: xeyes: Update to 1.3.0.
Date: Thu, 7 Dec 2023 06:46:11 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 31c9975e582f4a03c7f7a0be1adae4d2bbfb69de
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Dec 5 19:51:39 2023 +0000

    gnu: xeyes: Update to 1.3.0.
    
    * gnu/packages/xdisorg.scm (xeyes): Update to 1.3.0.
    [source]: Update file extension in URI.
    
    Change-Id: Ibd4f554180bd7892e594c63f7c18808a6df7c049
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 ede2d73627..485d55a8d3 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -678,14 +678,14 @@ options are given, the action applies to the focused 
window.")
 (define-public xeyes
   (package
     (name "xeyes")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.x.org/releases/individual/app/";
-                           name "-" version ".tar.bz2"))
+                           name "-" version ".tar.xz"))
        (sha256
-        (base32 "1nxn443pfhddmwl59wplpjkslhlyfk307qx18nrimvvb2hipx8gq"))))
+        (base32 "08rhfp5xlmdbyxkvxhgjxdn6vwzrbrjyd7jkk8b7wi1kpw0ccl09"))))
     (build-system gnu-build-system)
     (inputs
       (list libxext libxi libxmu libxrender libxt))



reply via email to

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