diff options
author | Mark H Weaver <mhw@netris.org> | 2017-01-14 16:03:06 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-01-14 16:03:06 -0500 |
commit | 2d5785adca393dcfb49150673565edbc354adec5 (patch) | |
tree | fc604300ef43f99ea49d867a2409988ee796cea3 /gnu/packages/gtk.scm | |
parent | 5827ea30ee64f2981929f865cf4c07e6c4712773 (diff) | |
download | guix-2d5785adca393dcfb49150673565edbc354adec5.tar.gz guix-2d5785adca393dcfb49150673565edbc354adec5.zip |
gnu: mate-themes: Update source hash.
This is a followup to commit 44350d23da826731adc187b478e00b2601ab78dc.
* gnu/packages/mate.scm (mate-themes)[source]: Update hash.
* gnu/packages/gtk.scm (gtk+): Add reminder comment.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 83e87a1203..09675b8a4d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -649,6 +649,8 @@ application suites.") (define-public gtk+ (package (inherit gtk+-2) (name "gtk+") + ;; NOTE: When updating the version of 'gtk+', the hash of 'mate-themes' in + ;; mate.scm will also need to be updated. (version "3.22.6") (source (origin (method url-fetch) |