GNU bug report logs -
#67648
[PATCH] gnu: xeyes: Update to 1.3.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 5 Dec 2023 19:52:05 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 1 year and 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.