[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/12: gnu: liblangtag: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
08/12: gnu: liblangtag: Don't use NAME in source URI. |
Date: |
Mon, 17 Feb 2020 11:31:53 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit a277655f2a3403b8b5ce6069674672913ad5f4d3
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 05:54:58 2020 +0100
gnu: liblangtag: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (liblangtag)[source]: Hard-code NAME.
---
gnu/packages/libreoffice.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 539ada4..c24d4c5 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -433,7 +433,7 @@ Apple Keynote documents. It currently supports Keynote
versions 2 to 5.")
(origin
(method url-fetch)
(uri (string-append "https://bitbucket.org/tagoh/liblangtag/downloads/"
- name "-" version ".tar.bz2"))
+ "liblangtag-" version ".tar.bz2"))
(sha256
(base32
"0bnm4hllr8cfrybm8rw7b8n0nlhzhnv73bkg1bxk452g6a82f96n"))))
- branch master updated (3dd311e -> 7046106), guix-commits, 2020/02/17
- 01/12: gnu: xpdf: Update home page., guix-commits, 2020/02/17
- 06/12: gnu: sxiv: Update to 26., guix-commits, 2020/02/17
- 05/12: gnu: rsnapshot: Use HTTPS home page., guix-commits, 2020/02/17
- 02/12: gnu: xpdf: Update to 4.02., guix-commits, 2020/02/17
- 03/12: gnu: git: Update to 2.25.1., guix-commits, 2020/02/17
- 08/12: gnu: liblangtag: Don't use NAME in source URI.,
guix-commits <=
- 07/12: gnu: weechat: Update to 2.7., guix-commits, 2020/02/17
- 12/12: gnu: upx: Clean up., guix-commits, 2020/02/17
- 04/12: gnu: slib: Use HTTPS home page., guix-commits, 2020/02/17
- 10/12: gnu: haveged: Update to 1.9.8., guix-commits, 2020/02/17
- 09/12: gnu: liblangtag: Update to 0.6.3., guix-commits, 2020/02/17
- 11/12: gnu: ebtables: Update to 2.0.11., guix-commits, 2020/02/17