me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/shells.scm (fish)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2020-03-03 03:18:32 +01:00
parent 848be51c88
commit 46b39ce835
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ direct descendant of NetBSD's Almquist Shell (@command{ash}).")
(method url-fetch)
(uri (string-append "https://github.com/fish-shell/fish-shell/"
"releases/download/" version "/"
name "-" version ".tar.gz"))
"fish-" version ".tar.gz"))
(sha256
(base32 "03j3jl9jzlnhq4p86zj8wqsh5sx45j1d1fvfa80ks1cfdg68qwhl"))))
(build-system gnu-build-system)