gnu: autocutsel: Update to 0.10.1.
* gnu/packages/xdisorg.scm (autocutsel): Update to 0.10.1.
This commit is contained in:
parent
f7158350b2
commit
6ff782683b
1 changed files with 2 additions and 2 deletions
|
@ -2249,7 +2249,7 @@ Wayland.")
|
||||||
(define-public autocutsel
|
(define-public autocutsel
|
||||||
(package
|
(package
|
||||||
(name "autocutsel")
|
(name "autocutsel")
|
||||||
(version "0.10.0")
|
(version "0.10.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/sigmike/autocutsel"
|
(uri (string-append "https://github.com/sigmike/autocutsel"
|
||||||
|
@ -2257,7 +2257,7 @@ Wayland.")
|
||||||
"autocutsel-" version ".tar.gz"))
|
"autocutsel-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gsys2dzh4az51ndcsabhlbbrjn2nm75lnjr45kg6r8sm8q66dx2"))))
|
"05zb85imp42birvrc320q20r98qddc5vxx169dnl753l5za0czpi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no "check" target
|
'(#:tests? #f)) ; no "check" target
|
||||||
|
|
Reference in a new issue