gnu: copyq: Update to 8.0.0.
* gnu/packages/xdisorg.scm (copyq): Update to 8.0.0. Change-Id: I36fb1eec237f280993a495e56d754961555a8f8e Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
39c829f7bf
commit
bd179f7507
|
@ -372,7 +372,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
|
||||||
(define-public copyq
|
(define-public copyq
|
||||||
(package
|
(package
|
||||||
(name "copyq")
|
(name "copyq")
|
||||||
(version "7.1.0")
|
(version "8.0.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -381,7 +381,7 @@ with X11 or Wayland, or in a text terminal with ncurses.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f39mh9qv1fa2vbwjigi1raz1pym2pz733j6b77r4588l8aaj2b8"))))
|
"029s1pdp177fnrq5qrwjmd5pf1672l5jhq99is1lczrxi6bsf2qk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in New Issue