mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: go-github-com-oschwald-geoip2-golang: Update to 1.1.0.
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang): Update to 1.1.0.
This commit is contained in:
parent
5e30d8c1f7
commit
d277b9bc34
1 changed files with 24 additions and 26 deletions
|
@ -579,20 +579,18 @@ (define-public go-github-com-minio-sha256-simd
|
|||
(license asl2.0))))
|
||||
|
||||
(define-public go-github-com-oschwald-geoip2-golang
|
||||
(let ((commit "0fd242da7906550802871efe101abfdb1cc550a8")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-oschwald-geoip2-golang")
|
||||
(version (git-version "0.1.0" revision commit))
|
||||
(version "1.1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/oschwald/geoip2-golang")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kglnix0r5sjkk346ip30l7dwq1gv2g4wjy2cjmgjvb8x778hnww"))))
|
||||
"0v698bzs8lb59cqpsa9cf4sl8rdsvnnmaravhbfn6g6i511ppclr"))))
|
||||
(build-system go-build-system)
|
||||
(propagated-inputs
|
||||
`(("go-github-com-oschwald-maxminddb-golang"
|
||||
|
@ -605,7 +603,7 @@ (define-public go-github-com-oschwald-geoip2-golang
|
|||
(description "This packages provides a library for reading MaxMind
|
||||
GeoLite2 and GeoIP2 databases in Go.")
|
||||
(home-page "https://github.com/oschwald/geoip2-golang")
|
||||
(license isc))))
|
||||
(license isc)))
|
||||
|
||||
(define-public go-github-com-oschwald-maxminddb-golang
|
||||
(let ((commit "697da8075d2061aa8ed639346443f5d3e8c80b30")
|
||||
|
|
Loading…
Reference in a new issue