[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: libpeas: Update to 1.22.0.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/08: gnu: libpeas: Update to 1.22.0. |
Date: |
Tue, 12 Sep 2017 17:34:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit db122a9b5ec7aa5925f8586b7ce3e920b9bff15e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Sep 12 03:40:11 2017 +0200
gnu: libpeas: Update to 1.22.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.22.0.
[inputs]: Remvoe libxml2.
---
gnu/packages/gnome.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c083061..59f3ac3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -987,7 +987,7 @@ some form of information without getting in the user's
way.")
(define-public libpeas
(package
(name "libpeas")
- (version "1.20.0")
+ (version "1.22.0")
(source
(origin
(method url-fetch)
@@ -996,12 +996,11 @@ some form of information without getting in the user's
way.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0m6k6fcrx40n92nc1cy3z72vs1ja49sb58dj3fjp40605pzgz4pk"))))
+ "0qm908kisyjzjxvygdl18hjqxvvgkq9w0phs2g55pck277sw0bsv"))))
(build-system gnu-build-system)
(inputs
`(("gtk+" ,gtk+)
("glade" ,glade3)
- ("libxml2" ,libxml2) ; XXX: required by gladeui-2.0.pc
("python" ,python)
("python-pygobject" ,python-pygobject)))
(native-inputs
- branch master updated (790ba6d -> bbb1246), Tobias Geerinckx-Rice, 2017/09/12
- 01/08: gnu: gsettings-desktop-schemas: Update to 3.24.1., Tobias Geerinckx-Rice, 2017/09/12
- 02/08: gnu: gnome-settings-daemon: Update to 3.24.3., Tobias Geerinckx-Rice, 2017/09/12
- 04/08: gnu: tracker: Update to 1.12.3., Tobias Geerinckx-Rice, 2017/09/12
- 05/08: gnu: network-manager: Update to 1.8.2., Tobias Geerinckx-Rice, 2017/09/12
- 07/08: gnu: gtksourceview: Update to 3.24.4., Tobias Geerinckx-Rice, 2017/09/12
- 06/08: gnu: libpeas: Update to 1.22.0.,
Tobias Geerinckx-Rice <=
- 08/08: gnu: youtube-dl: Update to 2017.09.11., Tobias Geerinckx-Rice, 2017/09/12
- 03/08: gnu: gnome-shell-extensions: Update to 3.24.3., Tobias Geerinckx-Rice, 2017/09/12