bug#54097: [PATCH] import: go: Handle subpackage versioning correctly.

2023-05-22 Thread Timo Wilken
Hi wolf, On Sun May 21, 2023 at 11:54 PM CEST, wolf wrote: > Please give the github.com/Azure/go-autorest/tracing@v0.6.0 a go. My code > failed on it, and (assuming I applied the patch correctly) your does as well. > Here are reproduction steps to make it easier for you (please tell me if I did

bug#54097: [PATCH] import: go: Handle subpackage versioning correctly.

2023-05-21 Thread wolf
Hi, What a coincidence, this week I happened to take a look at this same issue (in my case I wanted to build terraform). I failed to get it properly working, so I'm happy someone else took a look at it as well. On 2023-05-21 23:18:08 +0200, Timo Wilken wrote: > Some Go source repositories

bug#54097: [PATCH] import: go: Handle subpackage versioning correctly.

2023-05-21 Thread Timo Wilken
Some Go source repositories (notably the Google Cloud SDK) contain multiple submodules and use a `refs/tags//' tagging scheme. Fixes . * guix/import/go.scm (vcs->origin): Accept a module-path-suffix. (go-module->guix-package): Use the new parameter. --- Here's a patch