mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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:
parent
92f301ffd8
commit
428327e6be
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue