rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 40d50e0948f60eef581d7a906e6251b39b529d6c
Author: Ricardo Wurmus <[email protected]>
Date: Sun Aug 5 16:02:58 2018 +0200
gnu: gnome-desktop: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.28.2.
[inputs]: Add libseccomp.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b061185..4a8c589 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -459,7 +459,7 @@ commonly used macros.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
- (version "3.24.2")
+ (version "3.28.2")
(source
(origin
(method url-fetch)
@@ -468,7 +468,7 @@ commonly used macros.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0pkq5l1llw8gkjhfq6y58iyj6wac8dh1mc3rzjzn6nd7lrkdx8cg"))))
+ "0c439hhpfd9axmv4af6fzhibksh69pnn2nnbghbbqqbwy6zqfl30"))))
(build-system gnu-build-system)
(arguments
'(#:phases
@@ -494,6 +494,7 @@ commonly used macros.")
`(("gdk-pixbuf" ,gdk-pixbuf)
("glib" ,glib)
("iso-codes" ,iso-codes)
+ ("libseccomp" ,libseccomp)
("libx11" ,libx11)
("libxext" ,libxext)
("libxkbfile" ,libxkbfile)