guix-commits
[Top][All Lists]
Advanced

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

40/74: gnu: devhelp: Update to 3.28.1.


From: guix-commits
Subject: 40/74: gnu: devhelp: Update to 3.28.1.
Date: Tue, 4 Dec 2018 10:39:49 -0500 (EST)

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

commit db9e65a08d15d7bca8e30ca7ec14798c5a62d4fc
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Aug 6 15:44:18 2018 +0200

    gnu: devhelp: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (devhelp): Update to 3.28.1.
    [native-inputs]: Add itstool.
---
 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 25efe24..0f804b9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3206,7 +3206,7 @@ which are easy to play with the aid of a mouse.")
 (define-public devhelp
   (package
     (name "devhelp")
-    (version "3.26.0")
+    (version "3.28.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3214,10 +3214,11 @@ which are easy to play with the aid of a mouse.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0f4fmkqzn95zmc2paljma33fkj74qj1m6n23qrc5hfwmgx7p3wkb"))))
+                "08a8xizjqz68k30zd37r7g516azhan9bbrjsvv10hjd5dg3f476s"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)
+       ("itstool" ,itstool)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("gsettings-desktop-schemas" ,gsettings-desktop-schemas)



reply via email to

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