guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gnome-calculator: Update to 3.32.2.


From: guix-commits
Subject: 02/02: gnu: gnome-calculator: Update to 3.32.2.
Date: Fri, 12 Jul 2019 11:40:37 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 07ace64143c7fddf4c54b56b6807559296ab44ee
Author: Marius Bakke <address@hidden>
Date:   Fri Jul 12 17:37:54 2019 +0200

    gnu: gnome-calculator: Update to 3.32.2.
    
    * gnu/packages/gnome.scm (gnome-calculator): Update to 3.32.2.
    [inputs]: Change GTKSOURCEVIEW-3 to GTKSOURCEVIEW.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab32cd6..5e90557 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7163,7 +7163,7 @@ handling the startup notification side.")
 (define-public gnome-calculator
   (package
     (name "gnome-calculator")
-    (version "3.30.1")
+    (version "3.32.2")
     (source
      (origin
        (method url-fetch)
@@ -7172,7 +7172,7 @@ handling the startup notification side.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0qkzcmj51cjmljxl1nc84h6jgq1a51xj4g6jwh3ymgm19m3sqypc"))))
+         "0fgpn3sc226s9fpzhik5rkkrf669037gc659ga2kn9jsyckj6p41"))))
     (build-system meson-build-system)
     (arguments '(#:glib-or-gtk? #t))
     (native-inputs
@@ -7184,7 +7184,7 @@ handling the startup notification side.")
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)
-       ("gtksourceview" ,gtksourceview-3)
+       ("gtksourceview" ,gtksourceview)
        ("libsoup" ,libsoup)
        ("libxml2" ,libxml2)
        ("mpc" ,mpc)



reply via email to

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