mbox

[bug#43785,0/3] Add AWS Go SDK

Message ID 20201004051959.29166-1-rprior@protonmail.com
Headers show

Message

ashish.is--- via Guix-patches" via Oct. 4, 2020, 5:20 a.m. UTC
The AWS Go SDK is one of the many dependencies of Hugo
(https://issues.guix.gnu.org/43784), and useful for others as well. This patch
series contains packages for the SDK and its dependencies.

Ryan Prior (3):
  gnu: Add go-github-com-go-sql-driver-mysql.
  gnu: Add go-github-com-jmespath-go-jmespath.
  gnu: Add go-github-com-aws-sdk.

 gnu/packages/golang.scm | 82 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 82 insertions(+)

Comments

Efraim Flashner Dec. 9, 2020, 7:47 a.m. UTC | #1
On Sun, Oct 04, 2020 at 05:20:04AM +0000, Ryan Prior via Guix-patches via wrote:
> The AWS Go SDK is one of the many dependencies of Hugo
> (https://issues.guix.gnu.org/43784), and useful for others as well. This patch
> series contains packages for the SDK and its dependencies.
> 
> Ryan Prior (3):
>   gnu: Add go-github-com-go-sql-driver-mysql.
>   gnu: Add go-github-com-jmespath-go-jmespath.
>   gnu: Add go-github-com-aws-sdk.
> 
>  gnu/packages/golang.scm | 82 +++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 82 insertions(+)
> 
> -- 
> 2.17.1
> 

This patch set apparently got forgotten. Patches pushed!