gnu: Add go-github-com-msteinert-pam-v2.
* gnu/packages/golang-xyz.scm (go-github-com-msteinert-pam-v2): New variable. Change-Id: I7dfcb72703722f894eb52c603f02e64e7350f53amaster
parent
243ff41195
commit
e582f27a53
|
@ -2562,6 +2562,26 @@ multibase} (self identifying base encodings) in Go.")
|
||||||
Authentication Modules, PAM} application API.")
|
Authentication Modules, PAM} application API.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public go-github-com-msteinert-pam-v2
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-msteinert-pam)
|
||||||
|
(name "go-github-com-msteinert-pam-v2")
|
||||||
|
(version "2.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/msteinert/pam")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1h02dcx00vgcsxgl5sly82dbixk8cimjb10q5p405bf4fz8z7q6k"))))
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments
|
||||||
|
(package-arguments go-github-com-msteinert-pam)
|
||||||
|
((#:import-path _ "github.com/msteinert/pam")
|
||||||
|
"github.com/msteinert/pam/v2")))))
|
||||||
|
|
||||||
(define-public go-github-com-multiformats-go-multicodec
|
(define-public go-github-com-multiformats-go-multicodec
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-multiformats-go-multicodec")
|
(name "go-github-com-multiformats-go-multicodec")
|
||||||
|
|
Reference in New Issue