mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-09 09:18:53 +02:00
import: github: Honor upstream-name property.
* guix/import/github.scm (import-release): Use package-upstream-name instead of package-name. Change-Id: I9a4999a01156ce02584270837ceab70996b49106 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
@@ -327,7 +327,7 @@ Optionally include a VERSION string to fetch a specific version."
|
||||
|
||||
(let* ((original-uri (origin-uri (package-source pkg)))
|
||||
(source-uri (github-uri original-uri))
|
||||
(name (package-name pkg))
|
||||
(name (package-upstream-name pkg))
|
||||
(newest-version version-tag
|
||||
(latest-released-version source-uri name
|
||||
#:version version)))
|
||||
|
||||
Reference in New Issue
Block a user