summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-05-25 22:04:44 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-05-26 09:54:35 +0300
commit37b0793d516c1b604ee312b5e156837484ca4b04 (patch)
tree5c273b38625b5bba0d412a91983da4ef37b01f67
parentf5c9d2611f460be9827f8af339827ad494c45a5a (diff)
downloadpatches-37b0793d516c1b604ee312b5e156837484ca4b04.tar
patches-37b0793d516c1b604ee312b5e156837484ca4b04.tar.gz
gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.6.0.
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang): Update to 1.6.0.
-rw-r--r--gnu/packages/syncthing.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index f660cb0eee..057f0ce2bd 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -468,7 +468,7 @@ GeoLite2 and GeoIP2 databases in Go.")
(define-public go-github-com-oschwald-maxminddb-golang
(package
(name "go-github-com-oschwald-maxminddb-golang")
- (version "1.4.0")
+ (version "1.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -477,7 +477,7 @@ GeoLite2 and GeoIP2 databases in Go.")
(file-name (git-file-name name version))
(sha256
(base32
- "100wd5qv00pkcm6cb8c4x5gavc9jnn7drh6xrqh85hzci4rils66"))))
+ "1xdqaazxddnajh0qic1c70skad44kxxr7m46fypbnawn61v3f7gc"))))
(build-system go-build-system)
(propagated-inputs
`(("go-golang-org-x-sys" ,go-golang-org-x-sys)))