gnu: ydotool: Update to 1.0.4.

* gnu/packages/xdisorg.scm (ydotool): Update to 1.0.4.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
kiasoc5 2023-08-13 01:21:08 -04:00 committed by 宋文武
parent 92f301ffd8
commit 428327e6be
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -3552,7 +3552,7 @@ (define-public wlsunset
(define-public ydotool
(package
(name "ydotool")
(version "1.0.1")
(version "1.0.4")
(source
(origin
(method git-fetch)
@ -3561,7 +3561,7 @@ (define-public ydotool
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1h19dh7kai0iikssr7sq0wfkh0sb18dylyfg7c3dkwc158cdg9cr"))))
(base32 "0y2n1r6hx0ar1yn636a7j4ywm17qqji84ryhdina3kriwx3sgmij"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no tests
(native-inputs (list scdoc))