[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: gtkspell3: Update to 3.0.10.
From: |
guix-commits |
Subject: |
06/17: gnu: gtkspell3: Update to 3.0.10. |
Date: |
Tue, 9 Jun 2020 22:38:14 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 088e186b3558d4a78a654f7d741851cf42361ae6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 10 02:20:02 2020 +0200
gnu: gtkspell3: Update to 3.0.10.
* gnu/packages/gtk.scm (gtkspell3): Update to 3.0.10.
[propagated-inputs]: Replace enchant-1.6 with default version 2.
---
gnu/packages/gtk.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 0efbc3b..889f4eb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1707,14 +1707,14 @@ glass artworks done by Venicians glass blowers.")
(define-public gtkspell3
(package
(name "gtkspell3")
- (version "3.0.9")
+ (version "3.0.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gtkspell/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32
- "09jdicmpipmj4v84gnkqwbmj4lh8v0i6pn967rb9jx4zg2ia9x54"))))
+ "0cjp6xdcnzh6kka42w9g0w2ihqjlq8yl8hjm9wsfnixk6qwgch5h"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)
@@ -1725,7 +1725,7 @@ glass artworks done by Venicians glass blowers.")
("gtk+" ,gtk+)
("pango" ,pango)))
(propagated-inputs
- `(("enchant" ,enchant-1.6))) ;gtkspell3-3.0.pc refers to it
+ `(("enchant" ,enchant))) ; gtkspell3-3.0.pc refers to it
(home-page "http://gtkspell.sourceforge.net")
(synopsis "Spell-checking addon for GTK's TextView widget")
(description
- branch master updated (2971ed5 -> d2a7cb4), guix-commits, 2020/06/09
- 02/17: gnu: simple-scan: Update to 3.36.3., guix-commits, 2020/06/09
- 04/17: gnu: mm-common: Update to 1.0.1., guix-commits, 2020/06/09
- 01/17: gnu: djview: Update to 4.11., guix-commits, 2020/06/09
- 03/17: gnu: mm-common: Don't use NAME in source URI., guix-commits, 2020/06/09
- 05/17: gnu: smb4k: Update to 3.0.6., guix-commits, 2020/06/09
- 06/17: gnu: gtkspell3: Update to 3.0.10.,
guix-commits <=
- 07/17: gnu: libnftnl: Update to 1.1.7., guix-commits, 2020/06/09
- 08/17: gnu: nftables: Update to 0.9.5., guix-commits, 2020/06/09
- 11/17: gnu: mpop: Update to 1.4.10., guix-commits, 2020/06/09
- 13/17: gnu: libnumbertext: Update to 1.0.6., guix-commits, 2020/06/09
- 14/17: gnu: pd: Don't hard-code Tk version., guix-commits, 2020/06/09
- 09/17: gnu: iptables: Update to 1.8.5., guix-commits, 2020/06/09
- 10/17: gnu: nvme-cli: Update to 1.11.2., guix-commits, 2020/06/09
- 12/17: gnu: msmtp: Update to 1.8.11., guix-commits, 2020/06/09
- 17/17: gnu: dlib: Update to 19.20., guix-commits, 2020/06/09
- 15/17: gnu: pd: Use HTTPS home page., guix-commits, 2020/06/09