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

commit 54b5ed82787f017188b4b59fec76d3dd0571f11d
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:59:55 2021 +0100

    gnu: gtk-engines: Update to 2.90.3.1.
    
    * gnu/packages/gtk.scm (gtk-engines): Update to 2.90.3.1.
---
 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 f347850..0f092c9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1845,7 +1845,7 @@ can also be used to document application code.")
 (define-public gtk-engines
   (package
     (name "gtk-engines")
-    (version "2.20.2")
+    (version "2.90.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -1853,7 +1853,7 @@ can also be used to document application code.")
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1db65pb0j0mijmswrvpgkdabilqd23x22d95hp5kwxvcramq1dhm"))))
+                "1w7ai0kwhc9i3axjzvy4fkknwf9mc6cx3888snmvkx9127qfyqwc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags

Reply via email to