[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/21: gnu: libebml: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
19/21: gnu: libebml: Don't use NAME in source URI. |
Date: |
Fri, 15 Mar 2019 15:31:02 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 079321fac1ad41d93f20f2f16fde13198ab84fcc
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Mar 15 17:58:31 2019 +0100
gnu: libebml: Don't use NAME in source URI.
* gnu/packages/xml.scm (libebml)[source]: Hard-code NAME.
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index ff3cf8d..698680f 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -92,8 +92,8 @@ things the parser might find in the XML document (like start
tags).")
(source
(origin
(method url-fetch)
- (uri (string-append "https://dl.matroska.org/downloads/"
- name "/" name "-" version ".tar.xz"))
+ (uri (string-append "https://dl.matroska.org/downloads/libebml/"
+ "libebml-" version ".tar.xz"))
(sha256
(base32
"17iynkj22rbszaymxiaq6k02qy9w4fs1appkn1iam4y441w7lnhy"))
- branch master updated (bc4cea6 -> 0754f29), guix-commits, 2019/03/15
- 21/21: gnu: font-liberation: Update to 2.00.5., guix-commits, 2019/03/15
- 20/21: gnu: libebml: Update to 1.3.7., guix-commits, 2019/03/15
- 19/21: gnu: libebml: Don't use NAME in source URI.,
guix-commits <=
- 18/21: gnu: sxhkd: Update to 0.6.0., guix-commits, 2019/03/15
- 17/21: gnu: libfs: Update to 1.0.8., guix-commits, 2019/03/15
- 16/21: gnu: highlight: Update to 3.49., guix-commits, 2019/03/15
- 15/21: gnu: Move protozero to (gnu packages protobuf)., guix-commits, 2019/03/15
- 14/21: gnu: perl-xml-feed: Update to 0.59., guix-commits, 2019/03/15
- 11/21: gnu: perl-test-yaml: Update to 1.07., guix-commits, 2019/03/15
- 12/21: gnu: perl-test-writevariants: Update to 0.014., guix-commits, 2019/03/15
- 13/21: gnu: perl-async-interrupt: Update to 1.24., guix-commits, 2019/03/15
- 09/21: gnu: perl-test-simple: Update to 1.302162., guix-commits, 2019/03/15
- 08/21: gnu: perl-test-sharedfork: Update to 0.35., guix-commits, 2019/03/15