3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: aspell-dict-pl: Fix source URI.

* gnu/packages/aspell.scm (aspell-dict-pl)[source]: Correct source URI.
This commit is contained in:
Efraim Flashner 2020-11-08 22:36:32 +02:00
parent 520a97bdb0
commit 77948afdea
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")))