guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: gtk: Update to 4.8.1.


From: guix-commits
Subject: 01/13: gnu: gtk: Update to 4.8.1.
Date: Sat, 1 Oct 2022 12:10:51 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 85e7d3e83a04225fd15981f70621f9bbf0125ee6
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Tue Sep 27 21:35:59 2022 +0200

    gnu: gtk: Update to 4.8.1.
    
    * gnu/packages/gtk.scm (gtk): Update to 4.8.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 4cdc8d090a..879cf44d67 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1181,7 +1181,7 @@ application suites.")
 (define-public gtk
   (package
     (name "gtk")
-    (version "4.8.0")
+    (version "4.8.1")
     (source
      (origin
        (method url-fetch)
@@ -1189,7 +1189,7 @@ application suites.")
                            (version-major+minor version)  "/"
                            name "-" version ".tar.xz"))
        (sha256
-        (base32 "0zxxvjnbmaahvm9lwm007dzgc0yl8qamkp1467c5kqyi6ws21mn8"))
+        (base32 "1za2nyqqs2lrbss61gfw17qba2f0w6a119m1xk4d0fx2k3gdis2w"))
        (patches
         (search-patches "gtk4-respect-GUIX_GTK4_PATH.patch"))))
     (build-system meson-build-system)



reply via email to

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