summaryrefslogtreecommitdiff
path: root/gnu/packages/abiword.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-04 16:17:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-04 16:29:15 +0200
commit1c04cdcaa442c24789831cc3645b6362c0e0251a (patch)
tree85d8a8cbff05877a11dbf00daa62b5a4c83a16fa /gnu/packages/abiword.scm
parente021fc9f3f709d729adfb1db0586c36e7ec0ba45 (diff)
downloadguix-patches-1c04cdcaa442c24789831cc3645b6362c0e0251a.tar
guix-patches-1c04cdcaa442c24789831cc3645b6362c0e0251a.tar.gz
gnu: abiword: Update to 3.0.5.
* gnu/packages/abiword.scm (abiword): Update to 3.0.5.
Diffstat (limited to 'gnu/packages/abiword.scm')
-rw-r--r--gnu/packages/abiword.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm
index 9cfd12a1e6..5a0a4cd7be 100644
--- a/gnu/packages/abiword.scm
+++ b/gnu/packages/abiword.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Oleg Pykhalov <go.wigust@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -48,7 +48,7 @@
(define-public abiword
(package
(name "abiword")
- (version "3.0.4")
+ (version "3.0.5")
(source
(origin
(method url-fetch)
@@ -56,7 +56,7 @@
(string-append "https://www.abisource.com/downloads/abiword/" version
"/source/abiword-" version ".tar.gz"))
(sha256
- (base32 "1mx5l716n0z5788i19qmad30cck4v9ggr071cafw2nrf375rcc79"))
+ (base32 "1d1179pnslijpjhz1q155fsc828rrlqf7lsn2inqsl3hk5z28mqj"))
(patches
(search-patches "abiword-explictly-cast-bools.patch"))))