[PATCH] gnu: polari: Update to 3.36.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Prikler
  • Tobias Geerinckx-Rice
Owner
unassigned
Submitted by
Leo Prikler
Severity
normal

Debbugs page

Leo Prikler wrote 5 years ago
(address . guix-patches@gnu.org)
20200825164343.15331-1-leo.prikler@student.tugraz.at
* gnu/packages/gnome.scm (polari): Update to 3.36.3.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8265912a91..5664f76ae2 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
--
2.28.0
Tobias Geerinckx-Rice wrote 5 years ago
(name . Leo Prikler)(address . leo.prikler@student.tugraz.at)(address . 43043-done@debbugs.gnu.org)
87sgcawt2w.fsf@nckx
Leo Prikler 写道:
Toggle quote (2 lines)
> * gnu/packages/gnome.scm (polari): Update to 3.36.3.

Thanks! Pushed as c6a7ae4f140208bcd1198577f11a9c5f5ee62d55.
Kind regards,

T G-R
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX0VFxwAKCRANsP+IT1Vt
eX46AP47Vwi75zT70YTa8/N5r9h5NF8qSWoFSPMtwDGujoAjfAD/bC8ofqvtLv2K
iiqzRStFAeOqloX950Ge/yQ+0eb7mAw=
=R9BA
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 43043@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 43043
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help