[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/25: gnu: gnome-calculator: Update to 3.24.0.
From: |
Marius Bakke |
Subject: |
03/25: gnu: gnome-calculator: Update to 3.24.0. |
Date: |
Wed, 24 May 2017 18:55:17 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 2c2da7ec0c68895e3df85d8bdc7da540a687cb4e
Author: Marius Bakke <address@hidden>
Date: Wed May 24 19:56:45 2017 +0200
gnu: gnome-calculator: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.24.0.
[inputs]: Add MPC.
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8d49832..c10985c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5881,7 +5881,7 @@ handling the startup notification side.")
(define-public gnome-calculator
(package
(name "gnome-calculator")
- (version "3.22.2")
+ (version "3.24.0")
(source
(origin
(method url-fetch)
@@ -5890,7 +5890,7 @@ handling the startup notification side.")
name "-" version ".tar.xz"))
(sha256
(base32
- "03il7xl4yr6xbzj6x1lbl16yzlb166c9h9wny1w7mj9dccnz99wr"))))
+ "041d40as8y0r5d0kk83dy842711zchydwwqh71kh1lpd373qlxa4"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
@@ -5900,6 +5900,7 @@ handling the startup notification side.")
(inputs
`(("gtksourceview" ,gtksourceview)
("libsoup" ,libsoup)
+ ("mpc" ,mpc)
("mpfr" ,mpfr)))
(home-page "https://wiki.gnome.org/Apps/Calculator")
(synopsis "Desktop calculator")
- branch staging updated (36747eb -> 7a0d78f), Marius Bakke, 2017/05/24
- 01/25: gnu: gtksourceview: Update to 3.24.2., Marius Bakke, 2017/05/24
- 03/25: gnu: gnome-calculator: Update to 3.24.0.,
Marius Bakke <=
- 06/25: gnu: gnome-dictionary: Update to 3.24.0., Marius Bakke, 2017/05/24
- 04/25: gnu: gnome-shell-extensions: Update to 3.24.2., Marius Bakke, 2017/05/24
- 11/25: gnu: gdm: Update to 3.24.2., Marius Bakke, 2017/05/24
- 07/25: gnu: gnome-calendar: Update to 3.24.2., Marius Bakke, 2017/05/24
- 13/25: gnu: mutter: Update to 3.24.2., Marius Bakke, 2017/05/24
- 14/25: gnu: zenity: Update to 3.24.0., Marius Bakke, 2017/05/24
- 15/25: gnu: epiphany: Update to 3.24.2., Marius Bakke, 2017/05/24
- 16/25: gnu: totem: Update to 3.24.0., Marius Bakke, 2017/05/24
- 17/25: gnu: devhelp: Update to 3.24.0., Marius Bakke, 2017/05/24
- 19/25: gnu: libgweather: Update to 3.24.0., Marius Bakke, 2017/05/24