me
/
guix
Archived
1
0
Fork 0

gnu: libqb: Update to 2.0.7.

* gnu/packages/high-availability.scm (libqb): Update to 2.0.7.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 1e8eacf724
commit 46cbb6e4d0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ realistic with today's hardware.")
(define-public libqb
(package
(name "libqb")
(version "2.0.6")
(version "2.0.7")
(source (origin
(method url-fetch)
(uri (string-append
@ -114,7 +114,7 @@ realistic with today's hardware.")
version "/libqb-" version ".tar.xz"))
(sha256
(base32
"071k916vz9ppyb69rpk792fzjs3nf3chakn10i496scgiqh49rzi"))))
"0xd51wh7gdindh6fzi62r4xp9lkayggb1rqsprqmjkh1m71gnvin"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(inputs (list libxml2))