diff options
| author | Aurelien Gauthier <aureliengauthierthomas@gmail.com> | 2026-02-19 13:18:56 +0100 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-02-26 09:37:33 +0900 |
| commit | 14a4a2b8ed856a3681729fef9ccf91d07d4c2e16 (patch) | |
| tree | 65bd2d4a782413b49466e260f847423bd77b76ab /gnu | |
| parent | 4a935975034a89c118aaccd81e4f13303047ed7f (diff) | |
gnu: xeyes: Update to 1.3.1.
* gnu/packages/xdisorg.scm (xeyes): Update to 1.3.1.
Change-Id: Ied93ad8108fdb6a97b15d6431eae3c698c3593a6
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/xdisorg.scm | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 91cfc196b08..413895c87ff 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -957,20 +957,18 @@ options are given, the action applies to the focused window.") (define-public xeyes (package (name "xeyes") - (version "1.3.0") + (version "1.3.1") (source (origin (method url-fetch) - (uri (string-append "https://www.x.org/releases/individual/app/" - name "-" version ".tar.xz")) + (uri (string-append "https://www.x.org/releases/individual/app/" name + "-" version ".tar.xz")) (sha256 - (base32 "08rhfp5xlmdbyxkvxhgjxdn6vwzrbrjyd7jkk8b7wi1kpw0ccl09")))) + (base32 "1akfjm5fxk3xp2s343r2jf38ryafsxd6n6rgybbmxb0sgdmxf22n")))) (build-system gnu-build-system) - (inputs - (list libxext libxi libxmu libxrender libxt)) - (native-inputs - (list pkg-config)) - (home-page "https://www.x.org/") ; no dedicated Xeyes page exists + (inputs (list libxext libxi libxmu libxrender libxt)) + (native-inputs (list pkg-config)) + (home-page "https://www.x.org/") ;no dedicated Xeyes page exists (synopsis "Follow-the-mouse X demo") (description "Xeyes is a demo program for x.org. It shows eyes following the mouse.") |
