1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libqb: Update to 2.0.9.

* gnu/packages/high-availability.scm (libqb): Update to 2.0.9.

Change-Id: I8dbb8d86a8557c300c2fb9db7db302c252dadbdf
This commit is contained in:
Sharlatan Hellseher
2025-11-02 22:16:16 +00:00
parent d8863c0861
commit c9e5fe3e2a

View File

@@ -210,7 +210,7 @@ realistic with today's hardware.")
(define-public libqb
(package
(name "libqb")
(version "2.0.8")
(version "2.0.9")
(source (origin
(method url-fetch)
(uri (string-append
@@ -218,7 +218,7 @@ realistic with today's hardware.")
version "/libqb-" version ".tar.xz"))
(sha256
(base32
"1rifa94zrdr7d5gsy4yvkgqfx8f4yx4xr96hqvs05b5q43y329dl"))))
"02r1dc5m0xjf8hq14x87injw0smmh677f5gnd5xa91lw359kga31"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(inputs (list libxml2))