gnu: go-github-com-gobwas-glob: Update to 0.2.3.

* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): Update to 0.2.3.
This commit is contained in:
Leo Famulari 2019-10-08 18:31:42 -04:00
parent cdf409e817
commit c32e70a8ba
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -306,27 +306,25 @@ (define-public go-github-com-d4l3k-messagediff
(license expat))) (license expat)))
(define-public go-github-com-gobwas-glob (define-public go-github-com-gobwas-glob
(let ((commit "51eb1ee00b6d931c66d229ceeb7c31b985563420") (package
(revision "0")) (name "go-github-com-gobwas-glob")
(package (version "0.2.3")
(name "go-github-com-gobwas-glob") (source (origin
(version (git-version "0.0.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/gobwas/glob")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/gobwas/glob") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0jxk1x806zn5x86342s72dq2qy64ksb3zrvrlgir2avjhwb18n6z"))))
(base32 (build-system go-build-system)
"090wzpwsjana1qas8ipwh1pj959gvc4b7vwybzi01f3bmd79jwlp")))) (arguments
(build-system go-build-system) `(#:import-path "github.com/gobwas/glob"))
(arguments (synopsis "Go globbing library")
`(#:import-path "github.com/gobwas/glob")) (description "This package provides a Go implementation of globs.")
(synopsis "Go globbing library") (home-page "https://github.com/gobwas/glob")
(description "This package provides a Go implementation of globs.") (license expat)))
(home-page "https://github.com/gobwas/glob")
(license expat))))
(define-public go-github-com-golang-groupcache-lru (define-public go-github-com-golang-groupcache-lru