diff options
author | Leo Famulari <leo@famulari.name> | 2019-06-04 13:25:42 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-06-04 13:28:58 -0400 |
commit | 70f3a38471867f4ed63179f7c4317239aa1875fd (patch) | |
tree | d9a42a8c9c09340c1da2328a59e3211bdc6ec2d2 /gnu/packages/syncthing.scm | |
parent | a92e9cca032f5afc41b643b0cef23ce994300b75 (diff) | |
download | gnu-guix-70f3a38471867f4ed63179f7c4317239aa1875fd.tar gnu-guix-70f3a38471867f4ed63179f7c4317239aa1875fd.tar.gz |
gnu: go-github-com-oschwald-geoip2-golang: Update to 1.3.0.
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang):
Update to 1.3.0.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 59c3e7f4c0..e949e19803 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -443,7 +443,7 @@ database/sql package.") (define-public go-github-com-oschwald-geoip2-golang (package (name "go-github-com-oschwald-geoip2-golang") - (version "1.1.0") + (version "1.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -452,7 +452,7 @@ database/sql package.") (file-name (git-file-name name version)) (sha256 (base32 - "0v698bzs8lb59cqpsa9cf4sl8rdsvnnmaravhbfn6g6i511ppclr")))) + "0jivzl15jb8n16rm1b2w97kf7vna5dd3kcz865wfi233qay075j2")))) (build-system go-build-system) (propagated-inputs `(("go-github-com-oschwald-maxminddb-golang" |