lilyp pushed a commit to branch gnome-team
in repository guix.

commit fa4c881c2c217b90f3b1b6cf3f43dff8f3eee50b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jul 13 14:02:01 2024 +0200

    gnu: gnome-calculator: Update to 46.1.
    
    * gnu/packages/gnome.scm (gnome-calculator): Update to 46.1.
---
 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 ca6eddef67..34e52f039b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11099,7 +11099,7 @@ handling the startup notification side.")
 (define-public gnome-calculator
   (package
     (name "gnome-calculator")
-    (version "44.0")
+    (version "46.1")
     (source
      (origin
        (method url-fetch)
@@ -11108,7 +11108,7 @@ handling the startup notification side.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
+         "0iw2cqcak5hmz83565hmarc92y2id0zciw7k5h98c049fc57adid"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to