[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/35: gnu: go-github-com-gobwas-glob: Update to 0.2.3.
From: |
guix-commits |
Subject: |
02/35: gnu: go-github-com-gobwas-glob: Update to 0.2.3. |
Date: |
Thu, 13 Feb 2020 19:55:31 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit c32e70a8bab331364657a51c4137a03142ba01f7
Author: Leo Famulari <address@hidden>
AuthorDate: Tue Oct 8 18:31:42 2019 -0400
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.
---
gnu/packages/syncthing.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 8b41a63..8eb2b6c 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -306,27 +306,25 @@ structs in the Go programming language.")
(license expat)))
(define-public go-github-com-gobwas-glob
- (let ((commit "51eb1ee00b6d931c66d229ceeb7c31b985563420")
- (revision "0"))
- (package
- (name "go-github-com-gobwas-glob")
- (version (git-version "0.0.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/gobwas/glob")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "090wzpwsjana1qas8ipwh1pj959gvc4b7vwybzi01f3bmd79jwlp"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/gobwas/glob"))
- (synopsis "Go globbing library")
- (description "This package provides a Go implementation of globs.")
- (home-page "https://github.com/gobwas/glob")
- (license expat))))
+ (package
+ (name "go-github-com-gobwas-glob")
+ (version "0.2.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gobwas/glob")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0jxk1x806zn5x86342s72dq2qy64ksb3zrvrlgir2avjhwb18n6z"))))
+ (build-system go-build-system)
+ (arguments
+ `(#:import-path "github.com/gobwas/glob"))
+ (synopsis "Go globbing library")
+ (description "This package provides a Go implementation of globs.")
+ (home-page "https://github.com/gobwas/glob")
+ (license expat)))
(define-public go-github-com-golang-groupcache-lru
- branch master updated (5f6ce90 -> 3dbab68), guix-commits, 2020/02/13
- 03/35: gnu: go-github-com-certifi-gocertifi: Update to 2018.01.18-1.a5e0173, guix-commits, 2020/02/13
- 05/35: gnu: go-github-com-jackpal-gateway: Update to 1.0.5., guix-commits, 2020/02/13
- 01/35: gnu: go-golang-org-x-crypto: Update to 0.0.0-4.9756ffd., guix-commits, 2020/02/13
- 08/35: gnu: go-github-com-petermattis-goid: Update to 0.0.0-1.b0b1615, guix-commits, 2020/02/13
- 02/35: gnu: go-github-com-gobwas-glob: Update to 0.2.3.,
guix-commits <=
- 04/35: gnu: go-github-com-golang-groupcache-lru: Update to 0.0.0-2.869f871, guix-commits, 2020/02/13
- 06/35: gnu: go-github-com-kballard-go-shellquote: Update to 0.0.0-1.95032a8, guix-commits, 2020/02/13
- 07/35: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.4.0., guix-commits, 2020/02/13
- 09/35: gnu: go-github-com-prometheus-client-model: Update to 0.0.2-2.14fe0d1., guix-commits, 2020/02/13
- 10/35: gnu: go-github-com-prometheus-procfs: Update to 0.0.4., guix-commits, 2020/02/13
- 13/35: gnu: go-golang-org-x-time: Update to 0.0.0-2.9d24e82., guix-commits, 2020/02/13
- 12/35: gnu: go-golang-org-x-sys: Update to 0.0.0-5.749cb33., guix-commits, 2020/02/13
- 16/35: gnu: go-github-com-prometheus-client-golang: Update 1.1.0., guix-commits, 2020/02/13
- 18/35: gnu: Move go-github-com-golang-protobuf-proto to the Golang module., guix-commits, 2020/02/13
- 11/35: gnu: go-golang-org-x-net: Update to 0.0.0-4.ba9fcec., guix-commits, 2020/02/13