kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 5953650cfba345bd16d38ce651d3108c9596a0e4
Author: Kei Kebreau <[email protected]>
AuthorDate: Wed Apr 22 00:02:15 2020 -0400
gnu: gnome-calculator: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.36.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 bec4ba7..2d6967f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8654,7 +8654,7 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "3.34.1")
+ (version "3.36.0")
(source
(origin
(method url-fetch)
@@ -8663,7 +8663,7 @@ handling the startup notification side.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0lbh87255zzggqzai6543qg920y52bl4vs5m5h5087ghzg14hlsd"))))
+ "1cqd4b25qp1i0p04m669jssg1l5sdapc1mniv9jssvw5r7wk1s52"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(native-inputs