gnu: xbindkeys: Update to 1.8.7.
* gnu/packages/xdisorg.scm (xbindkeys): Update to 1.8.7. [native-inputs]: Add pkg-config. [inputs]: Update to guile-2.2.
This commit is contained in:
parent
dc67e9e5b2
commit
854c39ae42
1 changed files with 5 additions and 3 deletions
|
@ -899,7 +899,7 @@ transparent text on your screen.")
|
||||||
(define-public xbindkeys
|
(define-public xbindkeys
|
||||||
(package
|
(package
|
||||||
(name "xbindkeys")
|
(name "xbindkeys")
|
||||||
(version "1.8.6")
|
(version "1.8.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; Download from the savannah mirror list fails
|
;; Download from the savannah mirror list fails
|
||||||
|
@ -909,11 +909,13 @@ transparent text on your screen.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"060df6d8y727jp1inp7blp44cs8a7jig7vcm8ndsn6gw36z1h3bc"))))
|
"1wl2vc5alisiwyk8m07y1ryq8w3ll9ym83j27g4apm4ixjl8d6x2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
("guile" ,guile-2.0)))
|
("guile" ,guile-2.2)))
|
||||||
(home-page "https://www.nongnu.org/xbindkeys/")
|
(home-page "https://www.nongnu.org/xbindkeys/")
|
||||||
(synopsis "Associate a combination of keys with a shell command")
|
(synopsis "Associate a combination of keys with a shell command")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue