mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: libqb: Update to 2.0.8.
* gnu/packages/high-availability.scm (libqb): Update to 2.0.8. Change-Id: I602a3c3d3b792bc316e699632af6b5dda75fd394
This commit is contained in:
parent
078215449c
commit
cdb8338f4e
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ (define-public haproxy
|
|||
(define-public libqb
|
||||
(package
|
||||
(name "libqb")
|
||||
(version "2.0.7")
|
||||
(version "2.0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -118,7 +118,7 @@ (define-public libqb
|
|||
version "/libqb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xd51wh7gdindh6fzi62r4xp9lkayggb1rqsprqmjkh1m71gnvin"))))
|
||||
"1rifa94zrdr7d5gsy4yvkgqfx8f4yx4xr96hqvs05b5q43y329dl"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list libxml2))
|
||||
|
|
Loading…
Reference in a new issue