me
/
guix
Archived
1
0
Fork 0

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.
master
Efraim Flashner 2020-05-25 22:04:44 +03:00
parent f5c9d2611f
commit 37b0793d51
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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)))