gnu: newt: Don't use NAME in source URI.

* gnu/packages/slang.scm (newt)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-06-07 23:36:19 +02:00
parent 2b6bdf6493
commit 9828859c29
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -90,8 +90,8 @@ slsh, which is part of the S-Lang distribution.")
(version "0.52.20")
(source (origin
(method url-fetch)
(uri (string-append "https://pagure.io/releases/"
name "/" name "-" version ".tar.gz"))
(uri (string-append "https://pagure.io/releases/newt/"
"newt-" version ".tar.gz"))
(sha256
(base32
"1g3dpfnvaw7vljbr7nzq1rl88d6r8cmrvvng9inphgzwxxmvlrld"))))