me
/
guix
Archived
1
0
Fork 0

gnu: ydotool: Update to 1.0.4.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -3552,7 +3552,7 @@ light filter or night light.")
(define-public ydotool
(package
(name "ydotool")
(version "1.0.1")
(version "1.0.4")
(source
(origin
(method git-fetch)
@ -3561,7 +3561,7 @@ light filter or night light.")
(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))