diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 21:50:29 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:56 +0800 |
commit | 1c7428cd1444b55bb1c49418bba38d3a41370739 (patch) | |
tree | e988e0af479c3775e02b807fc69549acdfeee902 | |
parent | 24c91e2fbcbc50c4f4d271a1fa5bea6e61a47d66 (diff) | |
download | guix-1c7428cd1444b55bb1c49418bba38d3a41370739.tar guix-1c7428cd1444b55bb1c49418bba38d3a41370739.tar.gz |
gnu: gnome-themes-standard: Update to 3.20.2.
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.20.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 fa0ba09691..3ac170b5de 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1662,7 +1662,7 @@ engineering.") (define-public gnome-themes-standard (package (name "gnome-themes-standard") - (version "3.20") + (version "3.20.2") (source (origin (method url-fetch) @@ -1671,7 +1671,7 @@ engineering.") version ".tar.xz")) (sha256 (base32 - "1p1vvmzfky1ax3yv9ld10xgqwydhmglxpgq3skrfc4539nrq9phw")))) + "05br99z67f82i18nljpxnwssfnaqp7mph61w3hq0i44z5i5rq3cx")))) (build-system gnu-build-system) (arguments '(#:configure-flags |