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

commit e5f870d37cb68e10161b10f4acab5182f5cdd0d6
Author: Liliana Marie Prikler <[email protected]>
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 49be856607..f3d2b9341e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2462,7 +2462,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)
@@ -2472,7 +2472,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