guix-commits
[Top][All Lists]
Advanced

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

99/117: gnu: polari: Update to 3.38.0.


From: guix-commits
Subject: 99/117: gnu: polari: Update to 3.38.0.
Date: Tue, 23 Mar 2021 19:26:04 -0400 (EDT)

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

commit 99ba0ba2722a58d0bc09ca2ecf9ee2f320eb5f69
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 6a96743..507c227 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11108,7 +11108,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/"
@@ -11116,7 +11116,7 @@ environment.")
                                   "/polari-" version ".tar.xz"))
               (sha256
                (base32
-                "0fpmrvhd40yay051bzn4x3gsrzdv42nav0pm5ps0np8wk1z689jg"))))
+                "1l82nmb5qk4h69rsdhzlcmjjdhwh9jzfs4cnw8hy39sg5v9ady1s"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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