gnu: virt-viewer: Update to 7.0.

* gnu/packages/spice.scm (virt-viewer): Update to 7.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-11 04:50:18 +02:00
parent 206feae736
commit 800248fe59
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -302,7 +302,7 @@ resolution scaling on graphical console window resize.")
(define-public virt-viewer
(package
(name "virt-viewer")
(version "6.0")
(version "7.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -310,7 +310,7 @@ resolution scaling on graphical console window resize.")
"virt-viewer-" version ".tar.gz"))
(sha256
(base32
"1chqrf658niivzfh85cbwkbv9vyg8sv1mv3i31vawkfsfdvvsdwh"))))
"00y9vi69sja4pkrfnvrkwsscm41bqrjzvp8aijb20pvg6ymczhj7"))))
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+)