guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

51/74: gnu: gnome-calculator: Update to 3.28.2.


From: guix-commits
Subject: 51/74: gnu: gnome-calculator: Update to 3.28.2.
Date: Fri, 30 Nov 2018 09:07:22 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 86fbffa60a581be79938c42e19674070d53930f4
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 16:14:59 2018 +0200

    gnu: gnome-calculator: Update to 3.28.2.
    
    * gnu/packages/gnome.scm (gnome-calculator): Update to 3.28.2.
    [inputs]: Add glib and libxml2; replace gtksourceview with gtksourceview-3.
---
 gnu/packages/gnome.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9dcddb3..bfcf7b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6742,7 +6742,7 @@ handling the startup notification side.")
 (define-public gnome-calculator
   (package
     (name "gnome-calculator")
-    (version "3.26.0")
+    (version "3.28.2")
     (source
      (origin
        (method url-fetch)
@@ -6751,7 +6751,7 @@ handling the startup notification side.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "1iv3b3mvqxm17r5gv15dyq6gz08w0ljhzgbf22xnnfnpzhvmn8b2"))))
+         "0izsrqc9fm2lh25jr3nzi94p5hh2d3cklxqczbq16by85wr1xm5s"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.
@@ -6759,8 +6759,10 @@ handling the startup notification side.")
        ("itstool" ,itstool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("gtksourceview" ,gtksourceview)
+     `(("glib" ,glib)
+       ("gtksourceview" ,gtksourceview-3)
        ("libsoup" ,libsoup)
+       ("libxml2" ,libxml2)
        ("mpc" ,mpc)
        ("mpfr" ,mpfr)))
     (home-page "https://wiki.gnome.org/Apps/Calculator";)



reply via email to

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