[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: polari: Update to 3.36.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: polari: Update to 3.36.3. |
Date: |
Tue, 25 Aug 2020 13:07:03 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c6a7ae4 gnu: polari: Update to 3.36.3.
c6a7ae4 is described below
commit c6a7ae4f140208bcd1198577f11a9c5f5ee62d55
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Tue Aug 25 18:43:44 2020 +0200
gnu: polari: Update to 3.36.3.
* gnu/packages/gnome.scm (polari): Update to 3.36.3.
---
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 8265912..5664f76 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10737,7 +10737,7 @@ index files needed for Adwaita to be used outside of
GNOME.")
(define-public polari
(package
(name "polari")
- (version "3.32.2")
+ (version "3.36.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/polari/"
@@ -10745,7 +10745,7 @@ index files needed for Adwaita to be used outside of
GNOME.")
"/polari-" version ".tar.xz"))
(sha256
(base32
- "0h0w9j3y067l911gpj446b3a2w1i2vzr1w2a7cz7i5rhn6qkf2sp"))))
+ "0fpmrvhd40yay051bzn4x3gsrzdv42nav0pm5ps0np8wk1z689jg"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: polari: Update to 3.36.3.,
guix-commits <=