Bump dependency libvirt-python to 4.7.0

This commit is contained in:
Jeffrey Wildman 2018-09-16 20:15:33 -04:00
parent 6ba500c6eb
commit 562c9a1efc

View file

@ -5,7 +5,7 @@ class VirtManager < Formula
homepage "https://virt-manager.org/"
url "https://virt-manager.org/download/sources/virt-manager/virt-manager-1.5.1.tar.gz"
sha256 "ee889d59110986391a394077f004f68125e01e216a5e7cfc29adb6ae49ab2dab"
revision 2
revision 3
depends_on "intltool" => :build
depends_on "pkg-config" => :build
@ -27,8 +27,8 @@ class VirtManager < Formula
depends_on "vte3"
resource "libvirt-python" do
url "https://libvirt.org/sources/python/libvirt-python-4.6.0.tar.gz"
sha256 "9673952acc542a61c008e77963cef420534d1f893c4c423864b9cc9bbdb6b139"
url "https://libvirt.org/sources/python/libvirt-python-4.7.0.tar.gz"
sha256 "e36fee5898de3550ed7e63d5d0a8447f9d78f06574634855dee59eae27930908"
end
resource "idna" do