diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-22 00:02:15 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:54 -0400 |
commit | edc5b603a3b3ef9dc0a136ad7994c7c6e78885f1 (patch) | |
tree | 823be8c20de47a42be015f423bd2737c2169bb67 | |
parent | e5a945eca1352c1abc6b4415441e30710900f236 (diff) | |
download | guix-edc5b603a3b3ef9dc0a136ad7994c7c6e78885f1.tar.gz |
gnu: gnome-calculator: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.36.0.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 29828a844b..c8214b82e0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8668,7 +8668,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) @@ -8677,7 +8677,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 |