From a410039522e487d445deed2fb8e9663231f52f67 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sat, 28 Mar 2026 14:54:07 +0900 Subject: 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 --- gnu/packages/gnome.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 9db9b2c610..5e02a65bf2 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 -- cgit v1.3