summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-06 19:32:05 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:45:29 +0200
commit5e09179ccd53b3c56d072bb2a1051fa5a604a838 (patch)
tree1860a5f2119e039bd8275039a50b474c70183e1d
parent20da53dd9820e7dce7ac00383e9bf8c711c84b9b (diff)
downloadpatches-5e09179ccd53b3c56d072bb2a1051fa5a604a838.tar
patches-5e09179ccd53b3c56d072bb2a1051fa5a604a838.tar.gz
gnu: libpeas: Update to 1.18.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.18.0.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0adb9854d8..a5c89dcf27 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -697,7 +697,7 @@ some form of information without getting in the user's way.")
(define-public libpeas
(package
(name "libpeas")
- (version "1.16.0")
+ (version "1.18.0")
(source
(origin
(method url-fetch)
@@ -706,7 +706,7 @@ some form of information without getting in the user's way.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kj5n5hz93xq7qdb2r7n86nibzwqjr88jxaih1fdbxv5rn7014xh"))))
+ "09jy2rwwgp0xx7cnypxl56m7zzxnj3j4v58xqjxjasf3chn88jdz"))))
(build-system gnu-build-system)
(inputs
`(("atk" ,atk)