virt-manager: update python dependencies
This commit is contained in:
parent
27d1488a98
commit
9acdc38c11
|
@ -5,7 +5,7 @@ class VirtManager < Formula
|
|||
homepage "https://virt-manager.org/"
|
||||
url "https://virt-manager.org/download/sources/virt-manager/virt-manager-2.1.0.tar.gz"
|
||||
sha256 "34ea069a6565f1f1860a0741e5a5029e8b45c779e81f16d27fb4d767fd4403d4"
|
||||
revision 1
|
||||
revision 2
|
||||
|
||||
depends_on "intltool" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
|
@ -26,8 +26,8 @@ class VirtManager < Formula
|
|||
depends_on "vte3"
|
||||
|
||||
resource "libvirt-python" do
|
||||
url "https://libvirt.org/sources/python/libvirt-python-5.1.0.tar.gz"
|
||||
sha256 "2ac6f32e6efc2b5fa9f54d60e2178d16668c9049a369c6096bb0e53f80eb3f41"
|
||||
url "https://libvirt.org/sources/python/libvirt-python-5.2.0.tar.gz"
|
||||
sha256 "02e1db308dc0a5aa8e4cb287c5bcf91165087ddf20b2712ad30d7936e82e8277"
|
||||
end
|
||||
|
||||
resource "idna" do
|
||||
|
|
Loading…
Reference in a new issue