From bcbdd045e33670fa025124f45a7da51fb736f8f3 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 28 Feb 2019 17:47:44 +0000 Subject: gnu: Add go-github.com-azure-azure-sdk-for-go. * gnu/packages/golang.scm (go-github.com-azure-azure-sdk-for-go): New variable. --- gnu/packages/golang.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 768e641786..89227c7ee7 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -606,6 +606,28 @@ jar struct to manage the cookies added to the cookie jar.") (home-page "https://github.com/aki237/nscjar") (license license:expat)))) +(define-public go-github.com-azure-azure-sdk-for-go + (package + (name "go-github.com-azure-azure-sdk-for-go") + (version "26.1.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Azure/azure-sdk-for-go") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0ky2qmisx98xb89z63iskcw85d5f1pd3qkcfl9dzhid9r6s07kdq")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/Azure/azure-sdk-for-go")) + (synopsis "") + (description + "") + (home-page "https://github.com/Azure/azure-sdk-for-go") + (license license:asl2.0))) + (define-public go-github.com-jessevdk-go-flags (package (name "go-github.com-jessevdk-go-flags") -- cgit v1.2.3