3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: virt-viewer: Update to 6.0.

* gnu/packages/spice.scm (virt-viewer): Update to 6.0.
This commit is contained in:
Rutger Helling 2018-04-24 12:13:12 +02:00
parent b45bfc9ca8
commit be65267f93
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -302,7 +302,7 @@ resolution scaling on graphical console window resize.")
(define-public virt-viewer
(package
(name "virt-viewer")
(version "5.0")
(version "6.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
"0blbp1wkw8ahss9va0bmcz2yx18j0mvm6fzrzhh2ly3sja5ysb8b"))))
"1chqrf658niivzfh85cbwkbv9vyg8sv1mv3i31vawkfsfdvvsdwh"))))
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+)