guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 65978c8fa68eb8fcfb3fdfb7a3c6afe0d2d0ef1d
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Dec 5 19:12:39 2025 +0100
gnu: Add go-github-com-loft-sh-admin-apis.
* gnu/packages/golang-xyz.scm (go-github-com-loft-sh-admin-apis): New
variable.
Change-Id: I4ab269604b9dc67d5ed0700a4952b58fa9a5117a
Modified-by: Sharlatan Hellseher <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-web.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 8e1a1b87c0..8d2a903a1d 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -9078,6 +9078,33 @@ Hyper-V sockets} and
@url{http://stefanha.github.io/virtio/, virtio
sockets}.")
(license license:asl2.0)))
+(define-public go-github-com-loft-sh-admin-apis
+ (package
+ (name "go-github-com-loft-sh-admin-apis")
+ (version "0.0.0-20260212114730-dbda80c541d7")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/loft-sh/admin-apis")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1s6njnn7xfk7jbf1sw3rfhrwhdp8ln37anqrnpjjc09fjzax7ish"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/loft-sh/admin-apis"))
+ (propagated-inputs
+ (list go-github-com-ghodss-yaml
+ go-github-com-stripe-stripe-go-v81))
+ (home-page "https://github.com/loft-sh/admin-apis")
+ (synopsis "Loft admin API definitions")
+ (description
+ "This package provides admin API definitions for the Loft platform.")
+ (license license:asl2.0)))
+
(define-public go-github-com-lum8rjack-go-ja4h
(package
(name "go-github-com-lum8rjack-go-ja4h")