lilyp pushed a commit to branch gnome-team
in repository guix.

commit 9e1b480eb1eb56b3bb1911f2eadcfc108d872bd6
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Thu Jan 9 22:38:06 2025 +0100

    gnu: graphene: Update to 1.10.8.
    
    * gnu/packages/gtk.scm (graphene): Update to 1.10.8.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 18014d5dd5..346520db1f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2504,7 +2504,7 @@ Parcellite and adds bugfixes and features.")
 (define-public graphene
   (package
     (name "graphene")
-    (version "1.10.6")
+    (version "1.10.8")
     (source
      (origin
        (method git-fetch)
@@ -2514,7 +2514,7 @@ Parcellite and adds bugfixes and features.")
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g2jjy6xizzjxlp0dr81h1f5l16dzcnhznhj6jvhpdjqcvgp98xr"))))
+        (base32 "18a0icpr003y0bh1kghgh2nqrm8a8s5lak8lbnc9wdfkc760vlw8"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas

Reply via email to