Skip to content

Commit c0d018d

Browse files
authored
Merge pull request #296740 from Homebrew/bump-libvirt-python-12.6.0
libvirt-python 12.6.0
2 parents 6e3dece + 2a098f7 commit c0d018d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/lib/libvirt-python.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class LibvirtPython < Formula
22
desc "Libvirt virtualization API python binding"
33
homepage "https://www.libvirt.org/"
4-
url "https://download.libvirt.org/python/libvirt_python-12.5.0.tar.gz"
5-
sha256 "25ea2261e0d6cab9d004b700911d88b57911b14528ed04b3487a617ec2b4cda9"
4+
url "https://download.libvirt.org/python/libvirt_python-12.6.0.tar.gz"
5+
sha256 "f390abff81d4afd6c33157ade82912863b87de9c35172e9b0c9f0dfcdc09b139"
66
license "LGPL-2.1-or-later"
77

88
livecheck do
@@ -11,12 +11,12 @@ class LibvirtPython < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_tahoe: "c8685eb4602e47cf1056e5f2ba579e77b03e1ea652456e63b3f6cd0e7e0e880d"
15-
sha256 cellar: :any, arm64_sequoia: "8b4c0e029002d5b5feef826de33e7f4fee50c3dcf017fce4791dd598ea461b5f"
16-
sha256 cellar: :any, arm64_sonoma: "8a3c65eeca8155b1a1ad898ef93802ecdaaef1266b131c4148b91670c25548d6"
17-
sha256 cellar: :any, sonoma: "d7c3f9382912e42f5e8ec1658685c173ca041c2f85f50de35c5e1d74b54318c6"
18-
sha256 cellar: :any, arm64_linux: "06f709efa71f627b2d995a6e3a8f19fc4e4ae4013e065c8866a5d1c829905acc"
19-
sha256 cellar: :any, x86_64_linux: "d288d05a94177c19518f281c9a4e269e26a67eefc3974a2b774b1c66a414a99c"
14+
sha256 cellar: :any, arm64_tahoe: "25a3af32debde7f0f8172fec13277aabdd1e8544a5f21db62724814a87ef6a72"
15+
sha256 cellar: :any, arm64_sequoia: "472065e1fe73003c480af9bf9254ecd936fd4a8931af55c36103faac1db335ad"
16+
sha256 cellar: :any, arm64_sonoma: "7243bd989b503d1116bb6ffb0d22c241c7d1c5b2346a12a76d00c53ed870d0b6"
17+
sha256 cellar: :any, sonoma: "f9f431688569084cfbdaf5d3023f925bc1090d388bc5db2222a22eb022fa1a61"
18+
sha256 cellar: :any, arm64_linux: "e3ccb46646ade51dba70f6cf0584fc7ce6d080cbbf8b7d05fa691d4b6d7277fe"
19+
sha256 cellar: :any, x86_64_linux: "f707b9e8ccb9f3ec911cd70b251ed20a04c8a59cc817578b015b8b57f6e3fd48"
2020
end
2121

2222
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)