summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-28 14:54:07 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2026-03-28 16:26:12 +0900
commita410039522e487d445deed2fb8e9663231f52f67 (patch)
treea1fb402dc09ed21b0dcd72b2d9c7b234dbb814fe /gnu
parent108440d9c8d3d65330053ef448df7385d6ae50a6 (diff)
gnu: gnome-calculator: Update to 50.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 50.0. [native-inputs]: Add blueprint-compiler. Change-Id: I17050a7e238b02497a91b6b318603bb96ec7f314
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9db9b2c6107..5e02a65bf2f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11125,7 +11125,7 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "48.1")
+ (version "50.0")
(source
(origin
(method url-fetch)
@@ -11134,7 +11134,7 @@ handling the startup notification side.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0qliq7ry3np2046bvipirsq2hpfw5iswdn70prfg9451kcdd8jxw"))))
+ "140a6m1hffa66nn8p2vqxc2h0cdzqm8xphb59f3q5s352n4xclw0"))))
(build-system meson-build-system)
(arguments
(list
@@ -11151,7 +11151,8 @@ handling the startup notification side.")
;; Tests require a writable HOME.
(setenv "HOME" (getcwd)))))))
(native-inputs
- (list gettext-minimal
+ (list blueprint-compiler
+ gettext-minimal
`(,glib "bin") ;for glib-compile-schemas, gio-2.0.
itstool
pkg-config