[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
86/182: gnu: libdvdnav: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
86/182: gnu: libdvdnav: Don't use NAME in source URI. |
Date: |
Fri, 15 Nov 2019 00:01:43 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit c7c8e4b91d8ee0ecb5a67b3c4fd4406183adea8d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Nov 8 00:12:19 2019 +0100
gnu: libdvdnav: Don't use NAME in source URI.
* gnu/packages/video.scm (libdvdnav)[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 710923c..1fb1064 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1862,8 +1862,8 @@ MPEG-2 stream containing VOB packets.")
(source (origin
(method url-fetch)
(uri (string-append "https://download.videolan.org/videolan/"
- name "/" version "/"
- name "-" version ".tar.bz2"))
+ "libdvdnav/" version "/"
+ "libdvdnav-" version ".tar.bz2"))
(sha256
(base32
"062njcksmpgw9yv3737qkf93r2pzhaxi9szqjabpa8d010dp38ph"))))
- 66/182: gnu: linux-libre@4.14: Update to 4.14.152., (continued)
- 66/182: gnu: linux-libre@4.14: Update to 4.14.152., guix-commits, 2019/11/15
- 72/182: gnu: eolie: Don't create icon cache., guix-commits, 2019/11/15
- 71/182: gnu: eog: Don't create icon cache., guix-commits, 2019/11/15
- 76/182: gnu: git-annex: Update to 7.20191106., guix-commits, 2019/11/15
- 75/182: gnu: john-the-ripper-jumbo: Enable tests., guix-commits, 2019/11/15
- 78/182: gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'., guix-commits, 2019/11/15
- 77/182: derivations: Use a regular hash table for the module cache., guix-commits, 2019/11/15
- 80/182: graph: Support package transformation options., guix-commits, 2019/11/15
- 74/182: gnu: john-the-ripper-jumbo: Update to 1.9.0., guix-commits, 2019/11/15
- 81/182: news: Add entry for package transformation options in "guix graph"., guix-commits, 2019/11/15
- 86/182: gnu: libdvdnav: Don't use NAME in source URI.,
guix-commits <=
- 89/182: gnu: python-dbus: Update to 1.2.10., guix-commits, 2019/11/15
- 47/182: gnu: ghex: Update to 3.18.4., guix-commits, 2019/11/15
- 63/182: gnu: modem-manager: Update to 1.10.8., guix-commits, 2019/11/15
- 69/182: gnu: gnome-disk-utility: Don't create icon cache., guix-commits, 2019/11/15
- 70/182: gnu: devhelp: Don't create icon cache., guix-commits, 2019/11/15
- 73/182: gnu: epiphany: Don't build icon cache., guix-commits, 2019/11/15
- 84/182: doc: Add clarification on the '--source' build option., guix-commits, 2019/11/15
- 79/182: gnu: pkg-config: Memoize 'cross-pkg-config'., guix-commits, 2019/11/15
- 87/182: gnu: libdvdnav: Update to 6.0.1., guix-commits, 2019/11/15
- 88/182: gnu: libdvdread: Update to 6.0.2., guix-commits, 2019/11/15