gnu: virt-manager: Update to 1.4.2.

* gnu/packages/virtualization.scm (virt-manager): Update to 1.4.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-09 16:45:32 +02:00
parent 448052b713
commit a4afc536f9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -478,7 +478,7 @@ (define-public python2-libvirt
(define-public virt-manager (define-public virt-manager
(package (package
(name "virt-manager") (name "virt-manager")
(version "1.4.1") (version "1.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://virt-manager.org/download/sources" (uri (string-append "https://virt-manager.org/download/sources"
@ -486,7 +486,7 @@ (define-public virt-manager
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0i1rkxz730vw1nqghrp189jhhp53pw81k0h71hhxmyqlkyclkig6")))) "0x6mnqw8bng3r69pvmnq9q6yyhicxg22yz62b6dzbb4z16xl1r23"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:python ,python-2 `(#:python ,python-2