diff options
author | David Hashe <address@hidden> | 2015-11-08 10:57:19 -0600 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-11-09 14:42:05 +0800 |
commit | 835ed74b3a4bcec041632b658ebf6863e0e7b597 (patch) | |
tree | f911e3a512f6a771a6228047e564d3a0693a08fe /gnu/packages/gnome.scm | |
parent | c900f84307c64c00eb02754d127759d751e3c4bb (diff) | |
download | guix-835ed74b3a4bcec041632b658ebf6863e0e7b597.tar guix-835ed74b3a4bcec041632b658ebf6863e0e7b597.tar.gz |
gnu: Update libpeas.
* gnu/packages/gnome.scm (libpeas): Update to 1.16.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 0d8abb1c23..b584270ba8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -673,7 +673,7 @@ some form of information without getting in the user's way.") (define-public libpeas (package (name "libpeas") - (version "1.12.1") + (version "1.16.0") (source (origin (method url-fetch) @@ -682,7 +682,7 @@ some form of information without getting in the user's way.") name "-" version ".tar.xz")) (sha256 (base32 - "1mjjjjwphc83bjznmbsm7x0jg7ql261nys6qnl7mi0nkr4qvw476")))) + "0kj5n5hz93xq7qdb2r7n86nibzwqjr88jxaih1fdbxv5rn7014xh")))) (build-system gnu-build-system) (inputs `(("atk" ,atk) |