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

commit a87ff533e920865924a2f0a48eebc34472f6a850
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 b6dac54228..c5916ee2a4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11121,7 +11121,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)
@@ -11130,7 +11130,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