gnu: virt-viewer: Update to 5.0.

* gnu/packages/spice.scm (virt-viewer): Update to 5.0.
master
Leo Famulari 2017-07-12 15:09:37 -04:00
parent b547349d50
commit 83ad0dfcbe
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ resolution scaling on graphical console window resize.")
(define-public virt-viewer
(package
(name "virt-viewer")
(version "4.0")
(version "5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -305,7 +305,7 @@ resolution scaling on graphical console window resize.")
"virt-viewer-" version ".tar.gz"))
(sha256
(base32
"07zsi1fqg05mag1ayniaqj25fzb6dxg76d4ka5196lq4l477nhhw"))))
"0blbp1wkw8ahss9va0bmcz2yx18j0mvm6fzrzhh2ly3sja5ysb8b"))))
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+)