guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: mutter: Update to 3.24.4.


From: Tobias Geerinckx-Rice
Subject: 08/11: gnu: mutter: Update to 3.24.4.
Date: Wed, 9 Aug 2017 02:45:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a51fc34c2881a2610e308cd972b283eddf07fe73
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Aug 9 00:13:42 2017 +0200

    gnu: mutter: Update to 3.24.4.
    
    * gnu/packages/gnome.scm (mutter): Update to 3.24.4.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 60017df..b19d14f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4601,7 +4601,7 @@ to display dialog boxes from the commandline and shell 
scripts.")
 (define-public mutter
   (package
     (name "mutter")
-    (version "3.24.2")
+    (version "3.24.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4609,7 +4609,7 @@ to display dialog boxes from the commandline and shell 
scripts.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "043q3384vwrkjdfhbwn9pwdml6z0g0ad0cj2fjnjzg6402i67071"))))
+                "1slspy5krbqfvnma72lvdnxjf8ag2cvxssa8bvi7y3xxy7xv603k"))))
     ;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
     ;; versions of cogl and clutter.  As a result, many of the inputs,
     ;; propagated-inputs, and configure flags used in cogl and clutter are



reply via email to

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