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

commit 5d902655b17a702f442e4dcdb7aa29f4c9f55d85
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:54:41 2021 +0100

    gnu: polari: Update to 3.38.0.
    
    * gnu/packages/gnome.scm (polari): Update to 3.38.0.
---
 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 2d53d1c..f766fa9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11143,7 +11143,7 @@ environment.")
 (define-public polari
   (package
     (name "polari")
-    (version "3.36.3")
+    (version "3.38.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/polari/"
@@ -11151,7 +11151,7 @@ environment.")
                                   "/polari-" version ".tar.xz"))
               (sha256
                (base32
-                "0fpmrvhd40yay051bzn4x3gsrzdv42nav0pm5ps0np8wk1z689jg"))))
+                "1l82nmb5qk4h69rsdhzlcmjjdhwh9jzfs4cnw8hy39sg5v9ady1s"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to