* [bug#67648] [PATCH] gnu: xeyes: Update to 1.3.0.
@ 2023-12-05 19:51 Greg Hogan
2023-12-07 11:47 ` bug#67648: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-12-05 19:51 UTC (permalink / raw)
To: 67648; +Cc: Greg Hogan
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-07 11:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 19:51 [bug#67648] [PATCH] gnu: xeyes: Update to 1.3.0 Greg Hogan
2023-12-07 11:47 ` bug#67648: " Efraim Flashner
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).