From: Dariqq <dariqq@posteo.net>
To: 71653@debbugs.gnu.org
Cc: Dariqq <dariqq@posteo.net>
Subject: [bug#71653] [PATCH v2] import/github: Honor upstream-name property.
Date: Sun, 23 Jun 2024 08:03:26 +0000 [thread overview]
Message-ID: <2d743eb1bba08d1a36a886a1f969245444172c14.1719129806.git.dariqq@posteo.net> (raw)
In-Reply-To: <9c451854e49750ed14b11b0cee3d4c2ccea51e3a.1718814397.git.dariqq@posteo.net>
* guix/import/github.scm (import-release): Use package-upstream-name instead
of package-name.
Change-Id: I9a4999a01156ce02584270837ceab70996b49106
---
guix/import/github.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/github.scm b/guix/import/github.scm
index c5556d78ee..7be29ca151 100644
--- a/guix/import/github.scm
+++ b/guix/import/github.scm
@@ -327,7 +327,7 @@ (define* (import-release pkg #:key (version #f))
(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)))
base-commit: dd5ef2cbddd76cf048a9b514cdcea6d22411a2cb
--
2.45.1
prev parent reply other threads:[~2024-06-23 8:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-19 16:26 [bug#71653] [PATCH] import/github: Honor upstream-name property Dariqq
2024-06-23 6:21 ` Zheng Junjie
2024-06-23 8:05 ` Dariqq
2024-07-06 10:08 ` bug#71653: " Nicolas Goaziou via Guix-patches via
2024-06-23 8:03 ` Dariqq [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2d743eb1bba08d1a36a886a1f969245444172c14.1719129806.git.dariqq@posteo.net \
--to=dariqq@posteo.net \
--cc=71653@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.