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>
This commit is contained in:
Greg Hogan 2023-12-05 19:51:39 +00:00 committed by Efraim Flashner
parent 7e784c7495
commit 31c9975e58
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -678,14 +678,14 @@ (define-public xdo
(define-public xeyes (define-public xeyes
(package (package
(name "xeyes") (name "xeyes")
(version "1.2.0") (version "1.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.x.org/releases/individual/app/" (uri (string-append "https://www.x.org/releases/individual/app/"
name "-" version ".tar.bz2")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1nxn443pfhddmwl59wplpjkslhlyfk307qx18nrimvvb2hipx8gq")))) (base32 "08rhfp5xlmdbyxkvxhgjxdn6vwzrbrjyd7jkk8b7wi1kpw0ccl09"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list libxext libxi libxmu libxrender libxt)) (list libxext libxi libxmu libxrender libxt))