guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mate-themes: Update source hash.


From: Mark H. Weaver
Subject: 01/01: gnu: mate-themes: Update source hash.
Date: Sat, 14 Jan 2017 21:04:48 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit 2d5785adca393dcfb49150673565edbc354adec5
Author: Mark H Weaver <address@hidden>
Date:   Sat Jan 14 16:03:06 2017 -0500

    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.
---
 gnu/packages/gtk.scm  |    2 ++
 gnu/packages/mate.scm |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 83e87a1..09675b8 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)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index fc4eb84..8600539 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -70,7 +70,7 @@
                                   ".tar.xz"))
               (sha256
                (base32
-                "12p6xvqs8smbk9nivi43089fiw1jbb3g9836arr0sksmmziklnvy"))))
+                "1gsfzrcbwp7835pbilk7cvda8hjsf9g3gl4llbm61y9j7a4x2kn6"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]