cbaines pushed a commit to branch master
in repository guix.

commit 08e8e85ccb7b39c00ec0fa763fff0ba0cfd02bac
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Apr 5 00:14:38 2025 +0900

    gnu: gnome-calculator: Update to 46.2.
    
    * gnu/packages/gnome.scm (gnome-calculator): Update to 46.2.
    
    Change-Id: Ib4a4416ace9a83f935c706a5fdc8fca50e2a50be
---
 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 11e8a828a7..666c04cea6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11359,7 +11359,7 @@ handling the startup notification side.")
 (define-public gnome-calculator
   (package
     (name "gnome-calculator")
-    (version "46.1")
+    (version "46.2")
     (source
      (origin
        (method url-fetch)
@@ -11368,7 +11368,7 @@ handling the startup notification side.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0iw2cqcak5hmz83565hmarc92y2id0zciw7k5h98c049fc57adid"))))
+         "0jvv2gfg2g4x9wrllijg08m7idwgbg5x83gp4469s9cbhd1vycfn"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to