me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-oschwald-geoip2-golang: Update to 1.11.0.

* gnu/packages/golang-web.scm (go-github-com-oschwald-geoip2-golang): Update to 1.11.0.

Change-Id: I0e7003b680143a21aa2f773761b34b60d6cd0a74
master
Sharlatan Hellseher 2024-06-27 14:47:46 +01:00
parent be7386e288
commit d1a04edc7b
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 3 additions and 2 deletions

View File

@ -1832,7 +1832,7 @@ which produce colorized output using github.com/fatih/color.")
(define-public go-github-com-oschwald-geoip2-golang (define-public go-github-com-oschwald-geoip2-golang
(package (package
(name "go-github-com-oschwald-geoip2-golang") (name "go-github-com-oschwald-geoip2-golang")
(version "1.4.0") (version "1.11.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1841,11 +1841,12 @@ which produce colorized output using github.com/fatih/color.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1jj4rbdpy87rbl79czg5hs5dyn6xlbnk0bnvyzi71dsxan57nixw")))) (base32 "0670cv1b9c2p0lx63rlwl7kplbvzr79apbw13109v0pv4qlapmhx"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:tests? #f ; Requires some unpackaged software and test data #:tests? #f ; Requires some unpackaged software and test data
#:go go-1.21
#:import-path "github.com/oschwald/geoip2-golang")) #:import-path "github.com/oschwald/geoip2-golang"))
(propagated-inputs (propagated-inputs
(list go-github-com-oschwald-maxminddb-golang)) (list go-github-com-oschwald-maxminddb-golang))