gnu: libqb: Update to 2.0.7.
* gnu/packages/high-availability.scm (libqb): Update to 2.0.7.master
parent
1e8eacf724
commit
46cbb6e4d0
|
@ -106,7 +106,7 @@ realistic with today's hardware.")
|
||||||
(define-public libqb
|
(define-public libqb
|
||||||
(package
|
(package
|
||||||
(name "libqb")
|
(name "libqb")
|
||||||
(version "2.0.6")
|
(version "2.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -114,7 +114,7 @@ realistic with today's hardware.")
|
||||||
version "/libqb-" version ".tar.xz"))
|
version "/libqb-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"071k916vz9ppyb69rpk792fzjs3nf3chakn10i496scgiqh49rzi"))))
|
"0xd51wh7gdindh6fzi62r4xp9lkayggb1rqsprqmjkh1m71gnvin"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list pkg-config))
|
(native-inputs (list pkg-config))
|
||||||
(inputs (list libxml2))
|
(inputs (list libxml2))
|
||||||
|
|
Reference in New Issue