iyzsong pushed a commit to branch master
in repository guix.

commit 428327e6be19155729683065e9bbc1b7e6c9cbbd
Author: kiasoc5 <[email protected]>
AuthorDate: Sun Aug 13 01:21:08 2023 -0400

    gnu: ydotool: Update to 1.0.4.
    
    * gnu/packages/xdisorg.scm (ydotool): Update to 1.0.4.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/xdisorg.scm | 4 ++--
 1 file 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))

Reply via email to