mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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 @@ (define-public wl-clipboard
|
|||
(define-public autocutsel
|
||||
(package
|
||||
(name "autocutsel")
|
||||
(version "0.10.0")
|
||||
(version "0.10.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/sigmike/autocutsel"
|
||||
|
@ -2257,7 +2257,7 @@ (define-public autocutsel
|
|||
"autocutsel-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gsys2dzh4az51ndcsabhlbbrjn2nm75lnjr45kg6r8sm8q66dx2"))))
|
||||
"05zb85imp42birvrc320q20r98qddc5vxx169dnl753l5za0czpi"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ; no "check" target
|
||||
|
|
Loading…
Reference in a new issue