mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
cdf409e817
commit
c32e70a8ba
1 changed files with 19 additions and 21 deletions
|
@ -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")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gobwas-glob")
|
(name "go-github-com-gobwas-glob")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/gobwas/glob")
|
(url "https://github.com/gobwas/glob")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"090wzpwsjana1qas8ipwh1pj959gvc4b7vwybzi01f3bmd79jwlp"))))
|
"0jxk1x806zn5x86342s72dq2qy64ksb3zrvrlgir2avjhwb18n6z"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/gobwas/glob"))
|
`(#:import-path "github.com/gobwas/glob"))
|
||||||
(synopsis "Go globbing library")
|
(synopsis "Go globbing library")
|
||||||
(description "This package provides a Go implementation of globs.")
|
(description "This package provides a Go implementation of globs.")
|
||||||
(home-page "https://github.com/gobwas/glob")
|
(home-page "https://github.com/gobwas/glob")
|
||||||
(license expat))))
|
(license expat)))
|
||||||
|
|
||||||
|
|
||||||
(define-public go-github-com-golang-groupcache-lru
|
(define-public go-github-com-golang-groupcache-lru
|
||||||
|
|
Loading…
Reference in a new issue