[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/32: gnu: mate-calc: Update to 1.26.0.
From: |
guix-commits |
Subject: |
16/32: gnu: mate-calc: Update to 1.26.0. |
Date: |
Sat, 22 Jul 2023 04:47:37 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 177c35a34444c07436d97530ea87050b46974fdf
Author: Andy Tai <atai@atai.org>
AuthorDate: Thu Jun 15 10:35:18 2023 -0700
gnu: mate-calc: Update to 1.26.0.
* gnu/packages/mate.scm (mate-calc): Update to 1.26.0.
[inputs]: Add mpc and mpfr.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/mate.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index e9dd6a4128..043ab34176 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -58,6 +58,7 @@
#:use-module (gnu packages javascript)
#:use-module (gnu packages libcanberra)
#:use-module (gnu packages linux)
+ #:use-module (gnu packages multiprecision)
#:use-module (gnu packages messaging)
#:use-module (gnu packages nss)
#:use-module (gnu packages pkg-config)
@@ -1054,14 +1055,14 @@ sessions, panels, menus, file management, and
preferences.")
(define-public mate-calc
(package
(name "mate-calc")
- (version "1.24.1")
+ (version "1.26.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-calc-" version ".tar.xz"))
(sha256
- (base32 "0imdimq5d5rjq8mkjcrsd683a2bn9acmhc0lmvyw71y0040inbaw"))))
+ (base32 "0mddfh9ixhh60nfgx5kcprcl9liavwqyina11q3pnpfs3n02df3y"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list gettext-minimal intltool pkg-config yelp-tools))
@@ -1071,6 +1072,8 @@ sessions, panels, menus, file management, and
preferences.")
gtk+
libxml2
libcanberra
+ mpc
+ mpfr
pango))
(home-page "https://mate-desktop.org/")
(synopsis "Calculator for MATE")
- branch master updated (a7233e99da -> ab7bae8de3), guix-commits, 2023/07/22
- 13/32: gnu: caja-extensions: Update to 1.26.1., guix-commits, 2023/07/22
- 06/32: gnu: libmatemixer: Update to 1.26.0., guix-commits, 2023/07/22
- 11/32: gnu: caja: Update to 1.26.1., guix-commits, 2023/07/22
- 08/32: gnu: mate-applets: Update to 1.26.1., guix-commits, 2023/07/22
- 10/32: gnu: mate-panel: Update to 1.26.3., guix-commits, 2023/07/22
- 14/32: gnu: mate-control-center: Update to 1.26.1., guix-commits, 2023/07/22
- 16/32: gnu: mate-calc: Update to 1.26.0.,
guix-commits <=
- 17/32: gnu: mate-backgrounds: Update to 1.26.0., guix-commits, 2023/07/22
- 22/32: gnu: eom: Update to 1.26.1., guix-commits, 2023/07/22
- 05/32: gnu: mate-settings-daemon: Update to 1.26.1., guix-commits, 2023/07/22
- 12/32: gnu: marco: Update to 1.26.2., guix-commits, 2023/07/22
- 03/32: gnu: mate-terminal: Update to 1.26.1., guix-commits, 2023/07/22
- 07/32: gnu: libmatekbd: Update to 1.26.1., guix-commits, 2023/07/22
- 19/32: gnu: mate-screensaver: Update to 1.26.2., guix-commits, 2023/07/22
- 21/32: gnu: mate-utils: Update to 1.26.1., guix-commits, 2023/07/22
- 25/32: gnu: mate-system-monitor: Update to 1.26.0., guix-commits, 2023/07/22
- 26/32: gnu: mate-polkit: Update to 1.26.1., guix-commits, 2023/07/22