[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: libdv: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
04/08: gnu: libdv: Don't use NAME in source URI. |
Date: |
Sun, 20 Oct 2019 20:23:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d2e1a0ac92e68d59e1828c6231ccd9ef264b87dd
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Oct 21 00:40:31 2019 +0200
gnu: libdv: Don't use NAME in source URI.
* gnu/packages/video.scm (libdv)[source]: Hard-code NAME.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 0624d1a..5c13500 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -688,8 +688,8 @@ streams.")
(source (origin
(method url-fetch)
(uri (string-append
- "mirror://sourceforge/" name "/" name "/"
- version "/" name "-" version ".tar.gz"))
+ "mirror://sourceforge/libdv/libdv/"
+ version "/libdv-" version ".tar.gz"))
(sha256
(base32
"1fl96f2xh2slkv1i1ix7kqk576a0ak1d33cylm0mbhm96d0761d3"))))
- branch master updated (7373eb8 -> 776aa52), guix-commits, 2019/10/20
- 05/08: gnu: bpython: Update to 0.18., guix-commits, 2019/10/20
- 06/08: gnu: snakemake: Update to 5.7.1., guix-commits, 2019/10/20
- 04/08: gnu: libdv: Don't use NAME in source URI.,
guix-commits <=
- 07/08: gnu: snakemake: Order inputs alphabetically., guix-commits, 2019/10/20
- 08/08: gnu: Remove snakemake@4., guix-commits, 2019/10/20
- 03/08: gnu: arc-theme: Update to 20190917., guix-commits, 2019/10/20
- 01/08: gnu: r-colorout: Update to 1.2-2., guix-commits, 2019/10/20
- 02/08: gnu: r-colorout: Don't use unstable tarball., guix-commits, 2019/10/20