guix-commits
[Top][All Lists]
Advanced

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

48/117: gnu: clutter: Update to 1.26.4.


From: guix-commits
Subject: 48/117: gnu: clutter: Update to 1.26.4.
Date: Tue, 23 Mar 2021 19:25:47 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit fdcc5d133eda2e3e973b52e90541f4815e2e71e7
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:39:35 2021 +0100

    gnu: clutter: Update to 1.26.4.
    
    * gnu/packages/gnome.scm (clutter): Update to 1.26.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 6b59a20..944a0c7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5667,7 +5667,7 @@ without stepping on each others toes.")
 (define-public clutter
   (package
     (name "clutter")
-    (version "1.26.2")
+    (version "1.26.4")
     (source
      (origin
        (method url-fetch)
@@ -5676,7 +5676,7 @@ without stepping on each others toes.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0mif1qnrpkgxi43h7pimim6w6zwywa16ixcliw0yjm9hk0a368z7"))))
+         "1rn4cd1an6a9dfda884aqpcwcgq8dgydpqvb19nmagw4b70zlj4b"))))
     ;; NOTE: mutter exports a bundled fork of clutter, so when making changes
     ;; to clutter, corresponding changes may be appropriate in mutter as well.
     (build-system gnu-build-system)



reply via email to

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