guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: gtkspell3: Update to 3.0.9.


From: Tobias Geerinckx-Rice
Subject: 01/02: gnu: gtkspell3: Update to 3.0.9.
Date: Wed, 10 Jan 2018 12:18:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3be65cde750610e9a1597094fe2b1a0bbe1c5ebb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jan 10 17:52:20 2018 +0100

    gnu: gtkspell3: Update to 3.0.9.
    
    * gnu/packages/gtk.scm (gtkspell3): Update to 3.0.9.
---
 gnu/packages/gtk.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 22343c9..ab06b3f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -15,7 +15,7 @@
 ;;; Copyright © 2016 Patrick Hetu <address@hidden>
 ;;; Coypright © 2016 ng0 <address@hidden>
 ;;; Coypright © 2017 Roel Janssen <address@hidden>
-;;; Coypright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Coypright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;; Coypright © 2017 Marius Bakke <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1410,14 +1410,14 @@ glass artworks done by Venicians glass blowers.")
 (define-public gtkspell3
   (package
     (name "gtkspell3")
-    (version "3.0.8")
+    (version "3.0.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gtkspell/"
-                                  version "/" name "-" version ".tar.gz"))
+                                  version "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zrz5pz4ryvcssk898liynmy2wyxgj95ak7mp2jv7x62yzihq6h1"))))
+                "09jdicmpipmj4v84gnkqwbmj4lh8v0i6pn967rb9jx4zg2ia9x54"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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