mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-go-telegram-bot-api-telegram-bot-api: Move to (gnu packages golang-web).
* gnu/packages/golang.scm (go-github-com-go-telegram-bot-api-telegram-bot-api): Move from here... * gnu/packages/golang-web.scm: ...to here. Change-Id: Ia631773394faaff150c18b074c943565f6998e1f
This commit is contained in:
parent
ea94cb36d6
commit
d041bf2bb0
2 changed files with 25 additions and 25 deletions
|
@ -575,6 +575,31 @@ logging system.")
|
||||||
decompose request handling into many smaller layers.")
|
decompose request handling into many smaller layers.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-go-telegram-bot-api-telegram-bot-api
|
||||||
|
(package
|
||||||
|
(name "go-github-com-go-telegram-bot-api-telegram-bot-api")
|
||||||
|
(version "4.6.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/go-telegram-bot-api/telegram-bot-api")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1x6j0k3aiicsr8l53na99ci10zm3qpn2syz4f60fzh164w5k1l7w"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(home-page "https://go-telegram-bot-api.dev/")
|
||||||
|
(arguments
|
||||||
|
(list #:tests? #f ; Upstream tests are broken.
|
||||||
|
#:import-path "github.com/go-telegram-bot-api/telegram-bot-api"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-technoweenie-multipartstreamer))
|
||||||
|
(synopsis "Golang bindings for the Telegram Bot API")
|
||||||
|
(description
|
||||||
|
"This package provides Golang bindings for the Telegram Bot API.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-goccy-go-json
|
(define-public go-github-com-goccy-go-json
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-goccy-go-json")
|
(name "go-github-com-goccy-go-json")
|
||||||
|
|
|
@ -10236,31 +10236,6 @@ modifying them.")
|
||||||
parsers, and related tools.")
|
parsers, and related tools.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-go-telegram-bot-api-telegram-bot-api
|
|
||||||
(package
|
|
||||||
(name "go-github-com-go-telegram-bot-api-telegram-bot-api")
|
|
||||||
(version "4.6.4")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/go-telegram-bot-api/telegram-bot-api")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1x6j0k3aiicsr8l53na99ci10zm3qpn2syz4f60fzh164w5k1l7w"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(home-page "https://go-telegram-bot-api.dev/")
|
|
||||||
(arguments
|
|
||||||
(list #:tests? #f ; Upstream tests are broken.
|
|
||||||
#:import-path "github.com/go-telegram-bot-api/telegram-bot-api"))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-github-com-technoweenie-multipartstreamer))
|
|
||||||
(synopsis "Golang bindings for the Telegram Bot API")
|
|
||||||
(description
|
|
||||||
"This package provides Golang bindings for the Telegram Bot API.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github.com-ulikunitz-xz
|
(define-public go-github.com-ulikunitz-xz
|
||||||
(package
|
(package
|
||||||
(name "go-github.com-ulikunitz-xz")
|
(name "go-github.com-ulikunitz-xz")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue