diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-05 00:14:38 +0900 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-04-06 12:22:42 +0100 |
commit | 03a2fac9d8302353a23e11cbb4cec371fd41cde1 (patch) | |
tree | e14da449771d579414939f509fe7ff1c18cd0f38 | |
parent | f6a7779f2f6c1507218e3039f7396eb0a96efce7 (diff) |
gnu: gnome-calculator: Update to 46.2.
* gnu/packages/gnome.scm (gnome-calculator): Update to 46.2.
Change-Id: Ib4a4416ace9a83f935c706a5fdc8fca50e2a50be
-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 e35d5f3960..0f5cd3aa2d 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11358,7 +11358,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) @@ -11367,7 +11367,7 @@ handling the startup notification side.") name "-" version ".tar.xz")) (sha256 (base32 - "0iw2cqcak5hmz83565hmarc92y2id0zciw7k5h98c049fc57adid")))) + "0jvv2gfg2g4x9wrllijg08m7idwgbg5x83gp4469s9cbhd1vycfn")))) (build-system meson-build-system) (arguments (list |