gnu: libpeas: Update to 1.20.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.20.0.
This commit is contained in:
parent
bd03f9db44
commit
0dd6aed9bd
|
@ -767,7 +767,7 @@ some form of information without getting in the user's way.")
|
||||||
(define-public libpeas
|
(define-public libpeas
|
||||||
(package
|
(package
|
||||||
(name "libpeas")
|
(name "libpeas")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -776,7 +776,7 @@ some form of information without getting in the user's way.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09jy2rwwgp0xx7cnypxl56m7zzxnj3j4v58xqjxjasf3chn88jdz"))))
|
"0m6k6fcrx40n92nc1cy3z72vs1ja49sb58dj3fjp40605pzgz4pk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in New Issue