guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: aspell-dict-nn: Fix source URI.


From: guix-commits
Subject: 04/06: gnu: aspell-dict-nn: Fix source URI.
Date: Sun, 8 Nov 2020 15:44:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 520a97bdb0903b191df573938a4998cbf33c8d65
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 22:35:21 2020 +0200

    gnu: aspell-dict-nn: Fix source URI.
    
    * gnu/packages/aspel.scm (aspell-dict-nn)[source]: Correct source URI.
---
 gnu/packages/aspell.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/aspell.scm b/gnu/packages/aspell.scm
index 8e2c797..e8633fc 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -299,6 +299,7 @@ dictionaries, including personal ones.")
 (define-public aspell-dict-nn
   (aspell-dictionary "nn" "Norwegian Nynorsk"
                      #:version "0.50.1-1"
+                     #:prefix "aspell-"
                      #:sha256
                      (base32
                       "0w2k5l5rbqpliripgqwiqixz5ghnjf7i9ggbrc4ly4vy1ia10rmc")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]