mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libucl: Update to 0.8.2.
* gnu/packages/wm.scm (libucl): Update to 0.8.2.
This commit is contained in:
parent
f887a0085d
commit
d2d38add07
1 changed files with 2 additions and 3 deletions
|
@ -2723,7 +2723,7 @@ (define-public cagebreak
|
|||
(define-public libucl
|
||||
(package
|
||||
(name "libucl")
|
||||
(version "0.8.1")
|
||||
(version "0.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2732,8 +2732,7 @@ (define-public libucl
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h52ldxankyhbbm1qbqz1f2q0j03c1b4mig7343bs3mc6fpm18gf"))))
|
||||
(base32 "1j8npymjhcnzbwhx1wggr88148cga921438flf1sn7mw1b9dr55f"))))
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config libtool))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue