gnu: virt-manager: Update to 1.4.1.

* gnu/packages/qemu.scm (virt-manager): Update to 1.4.1.
This commit is contained in:
宋文武 2017-04-28 21:01:01 +08:00
parent 9271dfddc9
commit 28172178b1
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -419,7 +419,7 @@ virtualization library.")
(define-public virt-manager
(package
(name "virt-manager")
(version "1.4.0")
(version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://virt-manager.org/download/sources"
@ -427,7 +427,7 @@ virtualization library.")
version ".tar.gz"))
(sha256
(base32
"1jnawqjmcqd2db78ngx05x7cxxn3iy1sb4qfgbwcn045qh6a8cdz"))))
"0i1rkxz730vw1nqghrp189jhhp53pw81k0h71hhxmyqlkyclkig6"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2