Archived
1
0
Fork 0

gnu: go-github-com-urfave-cli: Update to 1.21.0.

* gnu/packages/golang.scm (go-github-com-urfave-cli): Update to 1.21.0.
This commit is contained in:
Leo Famulari 2019-09-02 20:57:19 -04:00
parent 31885f444f
commit a8ad05d40c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -3123,30 +3123,28 @@ as conversion to and from @command{net.Addr}.")
(license license:expat)))) (license license:expat))))
(define-public go-github-com-urfave-cli (define-public go-github-com-urfave-cli
(let ((commit "693af58b4d51b8fcc7f9d89576da170765980581") (package
(revision "0")) (name "go-github-com-urfave-cli")
(package (version "1.21.0")
(name "go-github-com-urfave-cli") (source
(version (git-version "1.20.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/urfave/cli.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/urfave/cli.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "104jldhxn6d97l5vsbsl0q8hgy1bxrahbr6dbfqrlppva51jmydd"))))
(base32 (build-system go-build-system)
"1krq752xgy658an1696vf4dc2zmp541clwjinhn11394sx2qksh6")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/urfave/cli"))
(arguments (home-page "https://github.com/urfave/cli")
'(#:import-path "github.com/urfave/cli")) (synopsis "Simple, fast, and fun package for building command line apps in Go")
(home-page "https://github.com/urfave/cli") (description "@command{cli} is a simple, fast, and fun package for
(synopsis "Simple, fast, and fun package for building command line apps in Go")
(description "@command{cli} is a simple, fast, and fun package for
building command line apps in Go. The goal is to enable developers to write building command line apps in Go. The goal is to enable developers to write
fast and distributable command line applications in an expressive way.") fast and distributable command line applications in an expressive way.")
(license license:expat)))) (license license:expat)))
(define-public go-github-com-whyrusleeping-json-filter (define-public go-github-com-whyrusleeping-json-filter
(let ((commit "ff25329a9528f01c5175414f16cc0a6a162a5b8b") (let ((commit "ff25329a9528f01c5175414f16cc0a6a162a5b8b")