diff options
author | kiasoc5 <kiasoc5@disroot.org> | 2023-08-13 01:21:08 -0400 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-26 11:30:27 +0800 |
commit | 428327e6be19155729683065e9bbc1b7e6c9cbbd (patch) | |
tree | 43b7860f26b707a69c878dd8a38fe0139e0ba9db /gnu | |
parent | 92f301ffd88648890ef6de972a22cd5109073b72 (diff) |
gnu: ydotool: Update to 1.0.4.
* gnu/packages/xdisorg.scm (ydotool): Update to 1.0.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index de89f5de9e..5e97e7a4c8 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -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)) |