all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 67648@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#67648] [PATCH] gnu: xeyes: Update to 1.3.0.
Date: Tue,  5 Dec 2023 19:51:39 +0000	[thread overview]
Message-ID: <20231205195139.10566-1-code@greghogan.com> (raw)

* gnu/packages/xdisorg.scm (xeyes): Update to 1.3.0.
[source]: Update file extension in URI.

Change-Id: Ibd4f554180bd7892e594c63f7c18808a6df7c049
---
 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 8de2ed3816..e99be2275b 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -665,14 +665,14 @@ (define-public xdo
 (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))

-- 
2.40.1





             reply	other threads:[~2023-12-05 19:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-05 19:51 Greg Hogan [this message]
2023-12-07 11:47 ` bug#67648: [PATCH] gnu: xeyes: Update to 1.3.0 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231205195139.10566-1-code@greghogan.com \
    --to=code@greghogan.com \
    --cc=67648@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.