diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 03:20:50 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:38 -0500 |
commit | 0dd6aed9bdb4e21f0bc922bf1fc3d1e8912c227b (patch) | |
tree | f8c589173c40c7847eb5649dc7c4dec5fcdca0d2 /gnu/packages | |
parent | bd03f9db44d7fdcc57c4080e7d9440ea66313f9a (diff) | |
download | guix-0dd6aed9bdb4e21f0bc922bf1fc3d1e8912c227b.tar guix-0dd6aed9bdb4e21f0bc922bf1fc3d1e8912c227b.tar.gz |
gnu: libpeas: Update to 1.20.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.20.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index e149106411..c130118626 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -767,7 +767,7 @@ some form of information without getting in the user's way.") (define-public libpeas (package (name "libpeas") - (version "1.18.0") + (version "1.20.0") (source (origin (method url-fetch) @@ -776,7 +776,7 @@ some form of information without getting in the user's way.") name "-" version ".tar.xz")) (sha256 (base32 - "09jy2rwwgp0xx7cnypxl56m7zzxnj3j4v58xqjxjasf3chn88jdz")))) + "0m6k6fcrx40n92nc1cy3z72vs1ja49sb58dj3fjp40605pzgz4pk")))) (build-system gnu-build-system) (inputs `(("gtk+" ,gtk+) |