[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/35: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.4.0.
From: |
guix-commits |
Subject: |
07/35: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.4.0. |
Date: |
Thu, 13 Feb 2020 19:55:32 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 8e7e2dbc432374e20320fbdefaa3d36b3f7692dd
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Feb 12 16:53:17 2020 -0500
gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.4.0.
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang):
Update to 1.4.0.
---
gnu/packages/syncthing.scm | 46 ++++++++++++++++++++++------------------------
1 file changed, 22 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 8f15788..810eb0c 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -453,32 +453,30 @@ GeoLite2 and GeoIP2 databases in Go.")
(license isc)))
(define-public go-github-com-oschwald-maxminddb-golang
- (let ((commit "26fe5ace1c706491c2936119e1dc69c1a9c04d7f")
- (revision "0"))
- (package
- (name "go-github-com-oschwald-maxminddb-golang")
- (version (git-version "1.2.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/oschwald/maxminddb-golang")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1i6d935f3cv9djpjvc2ibh8aps8jqvg454b9pkwg2h98al759ggk"))))
- (build-system go-build-system)
- (propagated-inputs
- `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
- (arguments
- `(#:import-path "github.com/oschwald/maxminddb-golang"
- #:tests? #f)) ; Requires some unpackaged software and test data
- (synopsis "MaxMind DB Reader for Go")
- (description "This is a Go reader for the MaxMind DB format. Although
+ (package
+ (name "go-github-com-oschwald-maxminddb-golang")
+ (version "1.4.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/oschwald/maxminddb-golang")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "100wd5qv00pkcm6cb8c4x5gavc9jnn7drh6xrqh85hzci4rils66"))))
+ (build-system go-build-system)
+ (propagated-inputs
+ `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
+ (arguments
+ `(#:import-path "github.com/oschwald/maxminddb-golang"
+ #:tests? #f)) ; Requires some unpackaged software and test data
+ (synopsis "MaxMind DB Reader for Go")
+ (description "This is a Go reader for the MaxMind DB format. Although
this can be used to read GeoLite2 and GeoIP2 databases, @code{geoip2} provides
a
higher-level API for doing so.")
- (home-page "https://github.com/oschwald/maxminddb-golang")
- (license isc))))
+ (home-page "https://github.com/oschwald/maxminddb-golang")
+ (license isc)))
(define-public go-github-com-stathat-go
(let ((commit "74669b9f388d9d788c97399a0824adbfee78400e")
- 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, 2020/02/13
- 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 <=
- 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
- 14/35: gnu: go-gopkg.in-asn1-ber.v1: Update to 1.3., guix-commits, 2020/02/13
- 17/35: gnu: go-github-com-rcrowley-go-metrics: Update to 0.0.0-2.cac0b30., guix-commits, 2020/02/13
- 15/35: gnu: go-github-com-minio-sha256-simd: Update to 0.1.0., guix-commits, 2020/02/13