mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add go-github-com-xdg-go-scram.
* gnu/packages/golang.scm (go-github-com-xdg-go-scram): New variable.
This commit is contained in:
parent
fe8c2d907a
commit
78ff328d25
1 changed files with 26 additions and 0 deletions
|
@ -7966,6 +7966,32 @@ (define-public go-github-com-xdg-go-pbkdf2
|
||||||
and @url{https://rfc-editor.org/rfc/rfc8018.html,RFC 8018}.")
|
and @url{https://rfc-editor.org/rfc/rfc8018.html,RFC 8018}.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public go-github-com-xdg-go-scram
|
||||||
|
(package
|
||||||
|
(name "go-github-com-xdg-go-scram")
|
||||||
|
(version "1.0.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/xdg-go/scram")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1jyv4qgc1dgh3v96pazmgljpp9ij25k8hwn0v4fck18g16i0nccm"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments '(#:import-path "github.com/xdg-go/scram"))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-github-com-xdg-go-stringprep
|
||||||
|
go-github-com-xdg-go-pbkdf2))
|
||||||
|
(home-page "https://github.com/xdg-go/scram")
|
||||||
|
(synopsis "Go implementation of RFC-5802")
|
||||||
|
(description
|
||||||
|
"Package scram provides client and server implementations of the
|
||||||
|
@acronym{Salted Challenge Response Authentication Mechanism, SCRAM} described in
|
||||||
|
RFC-5802 and RFC-7677.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-godbus-dbus
|
(define-public go-github-com-godbus-dbus
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-godbus-dbus")
|
(name "go-github-com-godbus-dbus")
|
||||||
|
|
Loading…
Reference in a new issue