[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: libabigail: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
07/09: gnu: libabigail: Don't use NAME in source URI. |
Date: |
Mon, 22 Apr 2019 12:20:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4dfdcbf5feed2d820a2c450ae53589d9089f90f0
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 22 15:03:59 2019 +0200
gnu: libabigail: Don't use NAME in source URI.
* gnu/packages/elf.scm (libabigail)[source]: Hard-code NAME.
---
gnu/packages/elf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm
index c3f00fb..6c68695 100644
--- a/gnu/packages/elf.scm
+++ b/gnu/packages/elf.scm
@@ -99,8 +99,8 @@ Executable and Linkable Format (@dfn{ELF}). This includes
@command{ld},
(version "1.6")
(source (origin
(method url-fetch)
- (uri (string-append "https://sourceware.org/pub/" name
- "/" name "-" version ".tar.gz"))
+ (uri (string-append "https://sourceware.org/pub/libabigail/"
+ "libabigail-" version ".tar.gz"))
(sha256
(base32
"04j07lhvwbp6qp8pdwbf7iqnr7kgpabmqylsw4invpmzwnyp6g6g"))))
- branch master updated (6dc4dce -> 233eb6c), guix-commits, 2019/04/22
- 08/09: gnu: python-redis: Update to 3.2.1., guix-commits, 2019/04/22
- 07/09: gnu: libabigail: Don't use NAME in source URI.,
guix-commits <=
- 06/09: gnu: libabigail: Update to 1.6., guix-commits, 2019/04/22
- 09/09: gnu: ghc-haskell-lexer: Update to 1.0.2., guix-commits, 2019/04/22
- 03/09: gnu: python-pyodbc: Update to 4.0.26., guix-commits, 2019/04/22
- 05/09: gnu: python-sqlalchemy: Update to 1.3.3., guix-commits, 2019/04/22
- 04/09: gnu: nsd: Update to 4.1.27., guix-commits, 2019/04/22
- 02/09: gnu: memcached: Update to 1.5.13., guix-commits, 2019/04/22
- 01/09: gnu: translate-shell: Update to 0.9.6.10., guix-commits, 2019/04/22