lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit fbe56958957395990d0ce6ea68f63c2af057fcea
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:52:20 2021 +0100
gnu: gnome-calculator: Update to 40.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 40.0.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ce1a83d..ceab651 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9754,16 +9754,16 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "3.34.1")
+ (version "40.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
+ (version-major version) "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0lbh87255zzggqzai6543qg920y52bl4vs5m5h5087ghzg14hlsd"))))
+ "1qsddhr1himkgghq40g81g5ny4wjc723vfyqfa8fnw0ips45k8pk"))))
(build-system meson-build-system)
(arguments '(#:glib-or-gtk? #t))
(native-inputs