me
/
guix
Archived
1
0
Fork 0

gnu: xdotool: Update to 3.20211022.1.

[1. text/patch]
From 1040dbabc8cb5af1c88262492cf74cb74c859caa Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Sat, 5 Mar 2022 11:16:25 +0530
Subject: [PATCH] gnu: xdotool: Update to 3.20211022.1.

* gnu/packages/xdisorg.scm (xdotool): Update to 3.20211022.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Jai Vetrivelan 2022-03-05 11:34:49 +05:30 committed by Nicolas Goaziou
parent 20665c931c
commit e6bfdc6ec2
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@ X11 (yet).")
(define-public xdotool
(package
(name "xdotool")
(version "3.20160805.1")
(version "3.20211022.1")
(source
(origin
(method url-fetch)
@ -501,7 +501,7 @@ X11 (yet).")
version "/xdotool-" version ".tar.gz"))
(sha256
(base32
"1a6c1zr86zb53352yxv104l76l8x21gfl2bgw6h21iphxpv5zgim"))))
"1nlsbwsdsgys607f00sc8xgb7l7cdzsb14avsg5fly3dvv7zmw4n"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; Test suite requires a lot of black magic