diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-12-04 05:06:54 +0100 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-06-20 23:24:34 -0400 |
commit | 3387ee41ac1469200db3cf7f914285905024e871 (patch) | |
tree | 32a6a1e5ff4efecf080b14f0f8ef2ba79018c635 | |
parent | 8a9ac0477dde61a5ce7cbf927b7a5f15f19a82e7 (diff) | |
download | patches-3387ee41ac1469200db3cf7f914285905024e871.tar patches-3387ee41ac1469200db3cf7f914285905024e871.tar.gz |
gnu: gnome-desktop: Update to 3.30.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.30.2.
-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 ab2bd4e3e9..32f70b1394 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -468,7 +468,7 @@ commonly used macros.") (define-public gnome-desktop (package (name "gnome-desktop") - (version "3.28.2") + (version "3.30.2") (source (origin (method url-fetch) @@ -477,7 +477,7 @@ commonly used macros.") name "-" version ".tar.xz")) (sha256 (base32 - "0c439hhpfd9axmv4af6fzhibksh69pnn2nnbghbbqqbwy6zqfl30")))) + "0k6iccfj9naw42dl2mgljfvk12dmvg06plg86qd81nksrf9ycxal")))) (build-system gnu-build-system) (arguments '(#:phases |