guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/26: gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web.


From: guix-commits
Subject: 23/26: gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web.
Date: Tue, 7 May 2024 18:24:52 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 74b2a9d5a41b6f8db3691e0f52660c3d18d32fe6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue May 7 22:35:12 2024 +0100

    gnu: go-git-sr-ht-emersion-gqlclient: Move to golang-web.
    
    * gnu/packages/golang.scm (go-git-sr-ht-emersion-gqlclient): Move from
    here ...
    * gnu/packages/golang-web.scm: ... to here.
    
    Change-Id: I2b07dc198f6710680da0430e5f302893060e37b8
---
 gnu/packages/golang-web.scm | 26 +++++++++++++++++++++++++-
 gnu/packages/golang.scm     | 21 ---------------------
 2 files changed, 25 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index f7de466619..0d819eed3c 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -16,18 +16,20 @@
 ;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
 ;;; Copyright © 2022 Adam Kandur <kefironpremise@gmail.com>
+;;; Copyright © 2022 Dhruvin Gandhi <contact@dhruvin.dev>
 ;;; Copyright © 2022 Giacomo Leidi <goodoldpaul@autistici.org>
 ;;; Copyright © 2022 jgart via Guix-patches via <guix-patches@gnu.org>
 ;;; Copyright © 2022 muradm <mail@muradm.net>
 ;;; Copyright © 2022, 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
+;;; Copyright © 2023 Filip Lajszczak <filip@lajszczak.dev>
 ;;; Copyright © 2023 Fries <fries1234@protonmail.com>
 ;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
 ;;; Copyright © 2023 Katherine Cox-Buday <cox.katherine.e@gmail.com>
 ;;; Copyright © 2023 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2023 Thomas Ieong <th.ieong@free.fr>
 ;;; Copyright © 2023, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
-;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
 ;;; Copyright © 2024 Jesse Eisses <jesse@eisses.email>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -103,6 +105,28 @@
 API service accounts for Go.")
     (license license:asl2.0)))
 
+(define-public go-git-sr-ht-emersion-gqlclient
+  (package
+    (name "go-git-sr-ht-emersion-gqlclient")
+    (version "0.0.0-20230820050442-8873fe0204b9")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://git.sr.ht/~emersion/gqlclient";)
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0x64kcryawdr0daq1w6fada60zqrddw75yi397835b9ij7wb5gmh"))))
+    (build-system go-build-system)
+    (arguments
+     (list #:import-path "git.sr.ht/~emersion/gqlclient"))
+    (home-page "https://git.sr.ht/~emersion/gqlclient";)
+    (synopsis "GraphQL client and code generator")
+    (description
+     "This package provides a GraphQL client and code generator for Go.")
+    (license license:expat)))
+
 (define-public go-github-com-alexliesenfeld-health
   (package
     (name "go-github-com-alexliesenfeld-health")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index e9fbcf70e0..310336ab31 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9249,27 +9249,6 @@ kubernetes-sigs/yaml is a permanent fork of
     (description "Package go-scfg parses scfg files.")
     (license license:expat)))
 
-(define-public go-git-sr-ht-emersion-gqlclient
-  (package
-    (name "go-git-sr-ht-emersion-gqlclient")
-    (version "0.0.0-20230820050442-8873fe0204b9")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.sr.ht/~emersion/gqlclient";)
-             (commit (go-version->git-ref version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "0x64kcryawdr0daq1w6fada60zqrddw75yi397835b9ij7wb5gmh"))))
-    (build-system go-build-system)
-    (arguments (list #:import-path "git.sr.ht/~emersion/gqlclient"))
-    (home-page "https://git.sr.ht/~emersion/gqlclient";)
-    (synopsis "GraphQL client and code generator")
-    (description
-     "This package provides a GraphQL client and code generator for Go.")
-    (license license:expat)))
-
 (define-public go-github-com-google-go-jsonnet
   (package
     (name "go-github-com-google-go-jsonnet")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]