* [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
* bug#67648: [PATCH] gnu: xeyes: Update to 1.3.0.
2023-12-05 19:51 [bug#67648] [PATCH] gnu: xeyes: Update to 1.3.0 Greg Hogan
@ 2023-12-07 11:47 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2023-12-07 11:47 UTC (permalink / raw)
To: Greg Hogan; +Cc: 67648-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [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).