mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: liblangtag: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (liblangtag)[source]: Hard-code NAME.
This commit is contained in:
parent
70e9d7ebf7
commit
a277655f2a
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ (define-public liblangtag
|
|||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
|
||||
name "-" version ".tar.bz2"))
|
||||
"liblangtag-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0bnm4hllr8cfrybm8rw7b8n0nlhzhnv73bkg1bxk452g6a82f96n"))))
|
||||
|
|
Loading…
Reference in a new issue