[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/88: gnu: Add go-github-com-shurcool-graphql.
From: |
guix-commits |
Subject: |
71/88: gnu: Add go-github-com-shurcool-graphql. |
Date: |
Fri, 6 Dec 2024 16:17:31 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ce69c2e016d03b4f37f9bb4e52e64c1abe79fa81
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Dec 3 14:14:51 2024 +0100
gnu: Add go-github-com-shurcool-graphql.
* gnu/packages/golang-web.scm (go-github-com-shurcool-graphql): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: I2a9dc19fe18ee7a6572d3be1bfbbbb5d999c1865
---
gnu/packages/golang-web.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a34c6f8533..9f8e7f5663 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -35,6 +35,7 @@
;;; Copyright © 2024 Dominic Martinez <dom@dominicm.dev>
;;; Copyright © 2024 Jesse Eisses <jesse@eisses.email>
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
+;;; Copyright © 2024 Herman Rimm <herman@rimm.ee>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -5560,6 +5561,29 @@ per host/process
support.")
(license license:expat)))
+(define-public go-github-com-shurcool-graphql
+ (package
+ (name "go-github-com-shurcool-graphql")
+ (version "0.0.0-20230722043721-ed46e5a46466")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/shurcooL/graphql")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "12cq16qak217bkpklqsmqhl42gz8cpadpzqw6fsivc3ambjpqdry"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/shurcooL/graphql"))
+ (home-page "https://github.com/shurcooL/graphql")
+ (synopsis "GraphQL client")
+ (description
+ "Package graphql provides a @code{GraphQL} client implementation.")
+ (license license:expat)))
+
(define-public go-github-com-shurcool-httpfs
(package
(name "go-github-com-shurcool-httpfs")
- 66/88: gnu: go-github-com-frankban-quicktest: Disable failing tests., (continued)
- 66/88: gnu: go-github-com-frankban-quicktest: Disable failing tests., guix-commits, 2024/12/06
- 67/88: gnu: go-github-com-charmbracelet-lipgloss: Remove examples., guix-commits, 2024/12/06
- 28/88: gnu: go-github-com-mitchellh-mapstructure: Move to golang-xyz., guix-commits, 2024/12/06
- 33/88: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/12/06
- 41/88: gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143., guix-commits, 2024/12/06
- 45/88: gnu: kurly: Improve package style., guix-commits, 2024/12/06
- 46/88: gnu: packages/curl: Remove golang module., guix-commits, 2024/12/06
- 49/88: gnu: go-github-com-gdamore-tcell: Update to 1.4.0., guix-commits, 2024/12/06
- 40/88: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/12/06
- 62/88: gnu: go-github-com-vishvananda-netns: Move to golang-web., guix-commits, 2024/12/06
- 71/88: gnu: Add go-github-com-shurcool-graphql.,
guix-commits <=
- 74/88: gnu: Add go-github-com-erikgeiser-coninput., guix-commits, 2024/12/06
- 73/88: gnu: Add go-github-com-buildkite-shellwords., guix-commits, 2024/12/06
- 78/88: gnu: Add go-github-com-charmbracelet-x-windows., guix-commits, 2024/12/06
- 79/88: gnu: Add go-github-com-charmbracelet-x-input., guix-commits, 2024/12/06
- 85/88: gnu: Add go-go-abhg-dev-komplete., guix-commits, 2024/12/06
- 86/88: gnu: Add go-gopkg-in-dnaeon-go-vcr-v4., guix-commits, 2024/12/06
- 88/88: gnu: Add git-spice., guix-commits, 2024/12/06
- 44/88: gnu: go-github-com-alsm-ioprogress: Move to golang-xyz., guix-commits, 2024/12/06
- 56/88: gnu: go-github-com-golang-glog: Update to 1.2.3., guix-commits, 2024/12/06
- 58/88: gnu: go-github-com-vishvananda-netlink: Update to 1.3.0., guix-commits, 2024/12/06