diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-09 03:29:45 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-11 11:33:52 -0500 |
commit | 41d54c1558b1a58c7b1cbf8335cf9c56ffe8219c (patch) | |
tree | 3f826f7fef9f001029241ba7ab1ea7708f37fb9b /gnu | |
parent | ea2c15825c449d50b32f7cff1d479ec22b2f1424 (diff) | |
download | guix-41d54c1558b1a58c7b1cbf8335cf9c56ffe8219c.tar guix-41d54c1558b1a58c7b1cbf8335cf9c56ffe8219c.tar.gz |
gnu: gnome-themes-standard: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.22.2.
Diffstat (limited to 'gnu')
-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 95e19552f5..e7d44d74df 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1663,7 +1663,7 @@ engineering.") (define-public gnome-themes-standard (package (name "gnome-themes-standard") - (version "3.20.2") + (version "3.22.2") (source (origin (method url-fetch) @@ -1672,7 +1672,7 @@ engineering.") version ".tar.xz")) (sha256 (base32 - "05br99z67f82i18nljpxnwssfnaqp7mph61w3hq0i44z5i5rq3cx")))) + "19bxw69ms46px5xgvwbjlhq2vkmrqfx2az49q63w2wxqb76icidk")))) (build-system gnu-build-system) (arguments '(#:configure-flags |