guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]