[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")))
- branch master updated (b6ecc73 -> 465ef8f), guix-commits, 2020/11/08
- 05/06: gnu: aspell-dict-pl: Fix source URI.,
guix-commits <=
- 02/06: gnu: hunspell-dict: Update source URI., guix-commits, 2020/11/08
- 03/06: gnu: aspell-dict-mi: Fix source location., guix-commits, 2020/11/08
- 04/06: gnu: aspell-dict-nn: Fix source URI., guix-commits, 2020/11/08
- 01/06: gnu: xtensor: Update URIs., guix-commits, 2020/11/08
- 06/06: gnu: rgbds: Update source URI., guix-commits, 2020/11/08