[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/14: gnu: libxcb: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
08/14: gnu: libxcb: Don't use NAME in source URI. |
Date: |
Thu, 26 Sep 2019 00:40:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 4a51d75929d9490ca8685dcd240bf567ce88544d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Sep 25 18:53:44 2019 +0200
gnu: libxcb: Don't use NAME in source URI.
* gnu/packages/xorg.scm (libxcb)[source]: Hard-code NAME.
---
gnu/packages/xorg.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b1d93ac..7f3f2dd 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5021,7 +5021,7 @@ protocol.")
(origin
(method url-fetch)
(uri (string-append "https://xcb.freedesktop.org/dist/"
- name "-" version ".tar.bz2"))
+ "libxcb-" version ".tar.bz2"))
(sha256
(base32
"1ahxhmdqp4bhb90zmc275rmf5wixqra4bnw9pqnzyl1w3598g30q"))))
- branch master updated (b106dd8 -> 91af103), guix-commits, 2019/09/26
- 12/14: gnu: dehydrated: Update to 0.6.5., guix-commits, 2019/09/26
- 14/14: gnu: dtc: Update to 1.5.1., guix-commits, 2019/09/26
- 01/14: gnu: fmit: Update to 1.2.13., guix-commits, 2019/09/26
- 06/14: gnu: encodings: Update to 1.0.5., guix-commits, 2019/09/26
- 08/14: gnu: libxcb: Don't use NAME in source URI.,
guix-commits <=
- 03/14: gnu: beets: Use HTTPS home page., guix-commits, 2019/09/26
- 10/14: gnu: bspwm: Update to 0.9.9., guix-commits, 2019/09/26
- 05/14: gnu: f3: Update to 7.2., guix-commits, 2019/09/26
- 09/14: gnu: vimb: Update to 3.5.0., guix-commits, 2019/09/26
- 13/14: gnu: emacs-circe: Update to 2.11., guix-commits, 2019/09/26
- 11/14: gnu: skopeo: Update to 0.1.39., guix-commits, 2019/09/26
- 07/14: gnu: xorgproto: Don't use NAME in source URI., guix-commits, 2019/09/26
- 02/14: gnu: emacs-xelb: Update to 0.18., guix-commits, 2019/09/26
- 04/14: gnu: beets: Update to 1.4.9., guix-commits, 2019/09/26