diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-04-10 10:15:51 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-04-10 10:15:51 +0800 |
commit | 7dae5ac4b128fe3a3d69e9dc6b544a5d044d9b1d (patch) | |
tree | 8da9f516abfce40eebb7e4780fa4319ffa9ea44a | |
parent | 7934c8cfee2fbab202939d9d4ba0a8b6bb7dd7dc (diff) | |
download | patches-7dae5ac4b128fe3a3d69e9dc6b544a5d044d9b1d.tar patches-7dae5ac4b128fe3a3d69e9dc6b544a5d044d9b1d.tar.gz |
gnu: gnome-themes-standard: Update to 3.16.0.
This is a followup to 12f7f4a.
* gnu/packages/gnome.scm (gnome-themes-standard): Update hash.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fe4437f179..356cfe0999 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1345,7 +1345,7 @@ engineering.") version ".tar.xz")) (sha256 (base32 - "0f2b3ypkfvrdsxcvp14ja9wqj382f1p46yrjvhhxkkjgagy6qb41")))) + "0kyrbfrgl6g6wm6zpllldz36fclvl8vwmn1snwk18kf7f6ncpsac")))) (build-system gnu-build-system) (inputs `(("gtk+" ,gtk+) |