This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 847f523  gnu: Add aspell-dict-ro.
847f523 is described below

commit 847f523381f79e46d151257bf5f9a636a85db8ac
Author: Sergiu Ivanov <[email protected]>
AuthorDate: Tue Apr 27 21:33:11 2021 +0200

    gnu: Add aspell-dict-ro.
    
    * gnu/packages/aspell.scm (aspell-dict-ro): New variable.
    
    Signed-off-by: Julien Lepiller <[email protected]>
---
 gnu/packages/aspell.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 26c0cf4..bc152c6 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2020 Jonathan Brielmaier <[email protected]>
 ;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
 ;;; Copyright © 2020 Noah Landis <[email protected]>
+;;; Copyright © 2021 Sergiu Ivanov <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -356,6 +357,14 @@ dictionaries, including personal ones.")
                      (base32
                       "137i4njvnslab6l4s291s11xijr5jsy75lbdph32f9y183lagy9m")))
 
+(define-public aspell-dict-ro
+  (aspell-dictionary "ro" "Romanian"
+                     #:version "3.3-2"
+                     #:prefix "aspell5-"
+                     #:sha256
+                     (base32
+                      "0gb8j9iy1acdl11jq76idgc2lbc1rq3w04favn8cyh55d1v8phsk")))
+
 
 ;;;
 ;;; Hunspell packages made from the Aspell word lists.

Reply via email to