summaryrefslogtreecommitdiff
path: root/gnu/packages/enchant.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-19 20:23:55 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-19 20:44:18 +0200
commit65b6682ee2004459a5001c42ce6d9d2c3614d894 (patch)
tree8a7938955b55214d00a08ac5ec1266d3ff362a78 /gnu/packages/enchant.scm
parent7f9018aaf6edbeab9a8e67f9852fd273b5bef1c1 (diff)
downloadguix-patches-65b6682ee2004459a5001c42ce6d9d2c3614d894.tar
guix-patches-65b6682ee2004459a5001c42ce6d9d2c3614d894.tar.gz
gnu: nuspell: Update to 3.1.2.
* gnu/packages/enchant.scm (nuspell): Update to 3.1.2.
Diffstat (limited to 'gnu/packages/enchant.scm')
-rw-r--r--gnu/packages/enchant.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index 4f582f1bff..64f8a34778 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Marek Benc <merkur32@gmail.com>
;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu>
;;;
;;; This file is part of GNU Guix.
@@ -43,7 +43,7 @@
(define-public nuspell
(package
(name "nuspell")
- (version "3.1.1")
+ (version "3.1.2")
(source
(origin
(method git-fetch)
@@ -55,7 +55,7 @@
(file-name
(git-file-name name version))
(sha256
- (base32 "18zz3rdzlb3knzsd98vw8cfyb3iq0ilipnlz7rz10zgb5ail73s2"))))
+ (base32 "0wbb6dwmzlsyy224y0liis0azgzwbjdvcyzc31pw1aw6vbp36na6"))))
(build-system cmake-build-system)
(native-inputs
`(("catch" ,catch-framework2)