kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 1dccfea8a9ef3dc1b624a5565b3d8504b47f763b
Author: Kei Kebreau <[email protected]>
AuthorDate: Tue Apr 21 23:56:45 2020 -0400
gnu: polari: Update to 3.36.1.
* gnu/packages/gnome.scm (polari): Update to 3.36.1.
---
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 de5a913..bec4ba7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9893,7 +9893,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.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/polari/"
@@ -9901,7 +9901,7 @@ index files needed for Adwaita to be used outside of
GNOME.")
"/polari-" version ".tar.xz"))
(sha256
(base32
- "0h0w9j3y067l911gpj446b3a2w1i2vzr1w2a7cz7i5rhn6qkf2sp"))))
+ "1rmmq74g22qrmsg0mjvpzk5403kkpfw0iznvnwxfqbi0dfkamhn4"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t