gnu: go-github-com-spf13-pflag: Update to 1.0.5.

* gnu/packages/golang.scm (go-github-com-spf13-pflag): Update to 1.0.5.
This commit is contained in:
Danny Milosavljevic 2020-01-03 01:26:29 +01:00
parent 2f907eea00
commit 28cdd818fa
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5

View File

@ -1128,33 +1128,31 @@ incoming requests with their respective handler.")
(license license:asl2.0)))) (license license:asl2.0))))
(define-public go-github-com-spf13-pflag (define-public go-github-com-spf13-pflag
(let ((commit "4f9190456aed1c2113ca51ea9b89219747458dc1") (package
(revision "0")) (name "go-github-com-spf13-pflag")
(package (version "1.0.5")
(name "go-github-com-spf13-pflag") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/spf13/pflag.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/spf13/pflag.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0gpmacngd0gpslnbkzi263f5ishigzgh6pbdv9hp092rnjl4nd31"))))
(base32 (build-system go-build-system)
"12vrlcsbwjqlfc49rwky45mbcj74c0kb6z54354pzas6fwzyi1kc")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/spf13/pflag"))
(arguments (home-page "https://github.com/spf13/pflag")
'(#:import-path "github.com/spf13/pflag")) (synopsis "Replacement for Go's @code{flag} package")
(home-page "https://github.com/spf13/pflag") (description
(synopsis "Replacement for Go's @code{flag} package") "Pflag is library to replace Go's @code{flag} package. It implements
(description
"Pflag is library to replace Go's @code{flag} package. It implements
POSIX/GNU-style command-line options with double hyphens. It is is compatible POSIX/GNU-style command-line options with double hyphens. It is is compatible
with the with the
@uref{https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html, @uref{https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html,
GNU extensions} to the POSIX recommendations for command-line options.") GNU extensions} to the POSIX recommendations for command-line options.")
(license license:bsd-3)))) (license license:bsd-3)))
(define-public go-github-com-sirupsen-logrus (define-public go-github-com-sirupsen-logrus
(package (package