diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-08-05 16:02:58 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-07 13:41:04 +0100 |
commit | 9863ce205d4a3e395a7c9bd1089b3f1db64d86b9 (patch) | |
tree | cec7c6713141b364a56fc6f19e06d79f140a3e02 /gnu/packages | |
parent | 5ba1781915ae3e3e2cc65f2394c458e2e00fe1ac (diff) | |
download | guix-9863ce205d4a3e395a7c9bd1089b3f1db64d86b9.tar guix-9863ce205d4a3e395a7c9bd1089b3f1db64d86b9.tar.gz |
gnu: gnome-desktop: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.28.2.
[inputs]: Add libseccomp.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 691eca5e68..4d4c831448 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -461,7 +461,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) @@ -470,7 +470,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "0pkq5l1llw8gkjhfq6y58iyj6wac8dh1mc3rzjzn6nd7lrkdx8cg")))) + "0c439hhpfd9axmv4af6fzhibksh69pnn2nnbghbbqqbwy6zqfl30")))) (build-system gnu-build-system) (arguments '(#:phases @@ -496,6 +496,7 @@ commonly used macros.") `(("gdk-pixbuf" ,gdk-pixbuf) ("glib" ,glib) ("iso-codes" ,iso-codes) + ("libseccomp" ,libseccomp) ("libx11" ,libx11) ("libxext" ,libxext) ("libxkbfile" ,libxkbfile) |