[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/20: gnu: libabw: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
10/20: gnu: libabw: Don't use NAME in source URI. |
Date: |
Wed, 21 Aug 2019 18:48:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 240d9ef9a038f0a042db4eaa8577ede36eb44da8
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Aug 21 21:55:08 2019 +0200
gnu: libabw: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libabw)[source]: Hard-code NAME.
---
gnu/packages/libreoffice.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 026ce92..239cabd 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -335,8 +335,8 @@ as Alfresco or Nuxeo.")
(source
(origin
(method url-fetch)
- (uri (string-append "https://dev-www.libreoffice.org/src/" name "/"
- name "-" version ".tar.xz"))
+ (uri (string-append "https://dev-www.libreoffice.org/src/libabw/"
+ "libabw-" version ".tar.xz"))
(sha256 (base32
"11949iscdb99f2jplxjd39282jxcrf2fw0sqbh5dl7gqb96r8whb"))))
(build-system gnu-build-system)
- 01/20: gnu: help2man: Update to 1.47.11., (continued)
- 01/20: gnu: help2man: Update to 1.47.11., guix-commits, 2019/08/21
- 05/20: gnu: xlockmore: Don't use NAME in source URI., guix-commits, 2019/08/21
- 09/20: gnu: pd: Update to 0.50-0., guix-commits, 2019/08/21
- 11/20: gnu: getmail: Don't use NAME in source URI., guix-commits, 2019/08/21
- 16/20: gnu: tmux: Update to 2.9a., guix-commits, 2019/08/21
- 13/20: gnu: fluidsynth: Use GIT-FILE-NAME., guix-commits, 2019/08/21
- 18/20: gnu: hcxdumptool: Update to 5.2.0., guix-commits, 2019/08/21
- 06/20: gnu: manaplus: Update to 1.9.3.23., guix-commits, 2019/08/21
- 14/20: gnu: fluidsynth: Update to 2.0.6., guix-commits, 2019/08/21
- 02/20: gnu: csound: Update to 6.13.0., guix-commits, 2019/08/21
- 10/20: gnu: libabw: Don't use NAME in source URI.,
guix-commits <=
- 20/20: gnu: ccache: Update to 3.6., guix-commits, 2019/08/21
- 07/20: gnu: manaplus: Use HTTPS origin & home page., guix-commits, 2019/08/21
- 08/20: gnu: setbfree: Update to 0.8.9., guix-commits, 2019/08/21
- 03/20: gnu: angband: Update to 4.2.0., guix-commits, 2019/08/21
- 12/20: gnu: getmail: Update to 5.14., guix-commits, 2019/08/21
- 17/20: gnu: hcxtools: Update to 5.2.0., guix-commits, 2019/08/21
- 19/20: gnu: lsyncd: Search $PATH for binaries., guix-commits, 2019/08/21
- 15/20: gnu: tmux: Use HTTPS home page., guix-commits, 2019/08/21