guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: aspell-dict-pl: Fix source URI.


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

efraim pushed a commit to branch master
in repository guix.

commit 77948afdea8d1d155ca412035f6023825fa2053a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 22:36:32 2020 +0200

    gnu: aspell-dict-pl: Fix source URI.
    
    * gnu/packages/aspell.scm (aspell-dict-pl)[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 e8633fc..7a6d201 100644
--- a/gnu/packages/aspell.scm
+++ b/gnu/packages/aspell.scm
@@ -307,6 +307,7 @@ dictionaries, including personal ones.")
 (define-public aspell-dict-pl
   (aspell-dictionary "pl" "Polish"
                      #:version "0.51-0"
+                     #:prefix "aspell-"
                      #:sha256
                      (base32
                       "1a3ccji6k5gys7l3ilr2lh5pzxgzb7ipc5vb737svl6nqgdy8757")))



reply via email to

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