[PATCH] gnu: enchant: Update to 2.2.15.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227160303.26966-1-vincent.legoll@gmail.com
* gnu/packages/enchant.scm (enchant): Update to 2.2.15.
---
gnu/packages/enchant.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/enchant.scm b/gnu/packages/enchant.scm
index dd7c7c8365..f32e59ef54 100644
--- a/gnu/packages/enchant.scm
+++ b/gnu/packages/enchant.scm
@@ -79,7 +79,7 @@ dictionaries.")
(define-public enchant
(package
(name "enchant")
- (version "2.2.13")
+ (version "2.2.15")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/AbiWord/enchant/releases"
@@ -87,7 +87,7 @@ dictionaries.")
version ".tar.gz"))
(sha256
(base32
- "084aqsrkzz2c1ls47p759d9bsi26d0m6wq9901k37483g46zkfga"))))
+ "00vcykbb7lxh51prvmsb62a06q18a6rlk9ba5a7g45c1awaj43rv"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static"
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45467-done@debbugs.gnu.org)
X+n5hVSw7wPdXUyg@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/p+YUACgkQQarn3Mo9
g1GD4hAAnrZJJ7lGVzBBCkm/uBN0Q/Q7yBK5Z+7ID/MAthrwMpxfjAWuYvKM5LWN
QZn13ylaDHBLSP3ZKGABHuq2tTsnCfRaJ9580Ogz+DhbrdBSOp4be0D1H3ZbOJ4E
8P2j1fLP5sZ8Vx0luXWKGg1rPbvG1CxgudCakZ2yMIGIW5ZZHhMXMW+/l5kVv5K9
5DgdOKAF6Mp7h8bPaQ9oZhMWp+D2p+mi1cMqtBYdPodRdDa70fhPCIIdlE5p1HvF
4TU/HFaa7rWp2X+mh5W42wWptBPQVn358PhPFePG/FW19R+bR1kYhEUqoB0rog6j
viG0t+RMDR8zQFFJNF+aGBcuRQ7CggJa2gvGRPji98jRTF0phD9MxsxVzXl375nL
ETrHuQayRY16HCP5Qgcz1liwTB6ehdl/Pytj9P17EuT1uEk7Jx2g5YXHI7vQO3L/
B7CkBJtWOo5OktrLOnsZEmDpiwGR3DyRcg1nGOOVD11xxfXIyN0th8xqS95WI0d0
pqfT3Q4shO0NhZa4lvTwpBXYNe2aKusfhAKRRJ77hzZ6o6TzyzbEBB7U2J9aRqSn
LJVaxvQfrRPmwij0US4AeVDdmQQwAukn6mjXQgTYQVmx42yK0XI7W99EuttE3NwE
0h0SbvY+4NNbAfEmjVhGHHxSTsMwvejSJW+W4u8UtuuHrmMVkz4=
=UZDJ
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45467@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45467
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help