diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-11-08 20:54:11 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-11-08 22:16:54 +0200 |
commit | b6c5ad85643e37ae18bf88cd9734894623508f39 (patch) | |
tree | a900ad211cae929d1754a58157fcf1b010b84dbc /gnu | |
parent | 065999807dbc70df04efe5d2740456e9af2f9224 (diff) | |
download | patches-b6c5ad85643e37ae18bf88cd9734894623508f39.tar patches-b6c5ad85643e37ae18bf88cd9734894623508f39.tar.gz |
gnu: mate-icon-theme: Update to 1.16.0.
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.16.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mate.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 8bc148fa14..68febad1d5 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -37,7 +37,7 @@ (define-public mate-icon-theme (package (name "mate-icon-theme") - (version "1.12.0") + (version "1.16.0") (source (origin (method url-fetch) (uri (string-append "http://pub.mate-desktop.org/releases/" @@ -45,7 +45,7 @@ name "-" version ".tar.xz")) (sha256 (base32 - "0d91rvl9rw3xl8hmdcbb6xvi880kfmh2ra5chhrjimrjqgl57qkp")))) + "1zldw22p1i76iss8car39pmfagpfxxlfk1fdhvr4x5r6gf36gv7d")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |