me
/
guix
Archived
1
0
Fork 0

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.
master
Leo Famulari 2020-02-12 16:53:17 -05:00
parent e268d0bbd6
commit 8e7e2dbc43
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 22 additions and 24 deletions

View File

@ -453,32 +453,30 @@ GeoLite2 and GeoIP2 databases in Go.")
(license isc))) (license isc)))
(define-public go-github-com-oschwald-maxminddb-golang (define-public go-github-com-oschwald-maxminddb-golang
(let ((commit "26fe5ace1c706491c2936119e1dc69c1a9c04d7f") (package
(revision "0")) (name "go-github-com-oschwald-maxminddb-golang")
(package (version "1.4.0")
(name "go-github-com-oschwald-maxminddb-golang") (source (origin
(version (git-version "1.2.0" revision commit)) (method git-fetch)
(source (origin (uri (git-reference
(method git-fetch) (url "https://github.com/oschwald/maxminddb-golang")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/oschwald/maxminddb-golang") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "100wd5qv00pkcm6cb8c4x5gavc9jnn7drh6xrqh85hzci4rils66"))))
(base32 (build-system go-build-system)
"1i6d935f3cv9djpjvc2ibh8aps8jqvg454b9pkwg2h98al759ggk")))) (propagated-inputs
(build-system go-build-system) `(("go-golang-org-x-sys" ,go-golang-org-x-sys)))
(propagated-inputs (arguments
`(("go-golang-org-x-sys" ,go-golang-org-x-sys))) `(#:import-path "github.com/oschwald/maxminddb-golang"
(arguments #:tests? #f)) ; Requires some unpackaged software and test data
`(#:import-path "github.com/oschwald/maxminddb-golang" (synopsis "MaxMind DB Reader for Go")
#:tests? #f)) ; Requires some unpackaged software and test data (description "This is a Go reader for the MaxMind DB format. Although
(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 this can be used to read GeoLite2 and GeoIP2 databases, @code{geoip2} provides a
higher-level API for doing so.") higher-level API for doing so.")
(home-page "https://github.com/oschwald/maxminddb-golang") (home-page "https://github.com/oschwald/maxminddb-golang")
(license isc)))) (license isc)))
(define-public go-github-com-stathat-go (define-public go-github-com-stathat-go
(let ((commit "74669b9f388d9d788c97399a0824adbfee78400e") (let ((commit "74669b9f388d9d788c97399a0824adbfee78400e")