summaryrefslogtreecommitdiff
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
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
-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.")
11125(define-public gnome-calculator 11125(define-public gnome-calculator
11126 (package 11126 (package
11127 (name "gnome-calculator") 11127 (name "gnome-calculator")
11128 (version "48.1") 11128 (version "50.0")
11129 (source 11129 (source
11130 (origin 11130 (origin
11131 (method url-fetch) 11131 (method url-fetch)
@@ -11134,7 +11134,7 @@ handling the startup notification side.")
11134 name "-" version ".tar.xz")) 11134 name "-" version ".tar.xz"))
11135 (sha256 11135 (sha256
11136 (base32 11136 (base32
11137 "0qliq7ry3np2046bvipirsq2hpfw5iswdn70prfg9451kcdd8jxw")))) 11137 "140a6m1hffa66nn8p2vqxc2h0cdzqm8xphb59f3q5s352n4xclw0"))))
11138 (build-system meson-build-system) 11138 (build-system meson-build-system)
11139 (arguments 11139 (arguments
11140 (list 11140 (list
@@ -11151,7 +11151,8 @@ handling the startup notification side.")
11151 ;; Tests require a writable HOME. 11151 ;; Tests require a writable HOME.
11152 (setenv "HOME" (getcwd))))))) 11152 (setenv "HOME" (getcwd)))))))
11153 (native-inputs 11153 (native-inputs
11154 (list gettext-minimal 11154 (list blueprint-compiler
11155 gettext-minimal
11155 `(,glib "bin") ;for glib-compile-schemas, gio-2.0. 11156 `(,glib "bin") ;for glib-compile-schemas, gio-2.0.
11156 itstool 11157 itstool
11157 pkg-config 11158 pkg-config