[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/10: gnu: beep: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
01/10: gnu: beep: Don't use NAME in source URI. |
Date: |
Sun, 17 Feb 2019 19:20:30 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2f49edaa79e8ed617d7f4c818363675a2e590f33
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Feb 17 21:41:28 2019 +0100
gnu: beep: Don't use NAME in source URI.
* gnu/packages/terminals.scm (beep)[source]: Hard-code NAME.
---
gnu/packages/terminals.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 1c38cb3..4154c2d 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2016 David Craven <address@hidden>
;;; Copyright © 2016, 2017, 2019 Ludovic Courtès <address@hidden>
;;; Copyright © 2016, 2017 José Miguel Sánchez García <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2017 Kei Kebreau <address@hidden>
;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
;;; Copyright © 2017 Petter <address@hidden>
@@ -375,14 +375,14 @@ types of devices that provide serial consoles.")
(version "1.3")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.johnath.com/" name "/"
- name "-" version ".tar.gz"))
+ (uri (string-append "http://www.johnath.com/beep/"
+ "beep-" version ".tar.gz"))
(sha256
(base32
"0bgch6jq5cahakk3kbr9549iysf2dik09afixxy5brbxk1xfzb2r"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; no tests.
+ `(#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(delete 'configure)
- branch master updated (ff33c38 -> a9e9c73), guix-commits, 2019/02/17
- 04/10: gnu: eid-mw: Update to 4.4.13., guix-commits, 2019/02/17
- 08/10: gnu: youtube-viewer: Update to 3.5.2., guix-commits, 2019/02/17
- 07/10: gnu: mlt: Update to 6.12.0., guix-commits, 2019/02/17
- 02/10: gnu: beep: Update to 1.4.3., guix-commits, 2019/02/17
- 06/10: gnu: lsyncd: Don't use unstable tarball., guix-commits, 2019/02/17
- 05/10: gnu: python-qrcode: Update to 6.1., guix-commits, 2019/02/17
- 01/10: gnu: beep: Don't use NAME in source URI.,
guix-commits <=
- 03/10: gnu: i3-wm: Epand description., guix-commits, 2019/02/17
- 09/10: gnu: you-get: Update to 0.4.1210., guix-commits, 2019/02/17
- 10/10: gnu: motion: Update to 4.2.2., guix-commits, 2019/02/17