gnu: go-github-com-emersion-go-sasl: Move to golang-web.

* gnu/packages/golang.scm (go-github-com-emersion-go-sasl): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.

Change-Id: I00729892042a0054b4749693f08cb36c9de72dd9
This commit is contained in:
Sharlatan Hellseher 2024-07-28 22:53:29 +01:00
parent 1434e3aeea
commit 892c4cace7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 25 additions and 24 deletions

View file

@ -934,6 +934,31 @@ (define-public go-github-com-emersion-go-msgauth
"This package provides a Go library for authenticating emails.")
(license license:expat)))
(define-public go-github-com-emersion-go-sasl
(let ((commit "0b9dcfb154ac3d7515b08bc2691a0332800edfe9")
(revision "1"))
(package
(name "go-github-com-emersion-go-sasl")
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emersion/go-sasl")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1cbf86wkqrdinfydndgdlnayg4a5mg3d4vqra377j2sfkg7wj0hs"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/emersion/go-sasl"))
(home-page "https://github.com/emersion/go-sasl")
(synopsis "SASL library written in Go")
(description
"This package provides a SASL library written in Go.")
(license license:expat))))
(define-public go-github-com-emicklei-go-restful
(package
(name "go-github-com-emicklei-go-restful")

View file

@ -5619,30 +5619,6 @@ (define-public go-github-com-emersion-go-smtp
defined by RFC 5321.")
(license license:expat)))
(define-public go-github-com-emersion-go-sasl
(let ((commit "0b9dcfb154ac3d7515b08bc2691a0332800edfe9")
(revision "1"))
(package
(name "go-github-com-emersion-go-sasl")
(version (git-version "0.0.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/emersion/go-sasl")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1cbf86wkqrdinfydndgdlnayg4a5mg3d4vqra377j2sfkg7wj0hs"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/emersion/go-sasl"))
(home-page "https://github.com/emersion/go-sasl")
(synopsis "SASL library written in Go")
(description "This package provides a SASL library written in Go.")
(license license:expat))))
(define-public go-github-com-google-uuid
(package
(name "go-github-com-google-uuid")