[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.11.0.
From: |
guix-commits |
Subject: |
05/16: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.11.0. |
Date: |
Thu, 27 Jun 2024 11:05:30 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit d1a04edc7bdd89594bc4ef97e5d67640ad3249a4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jun 27 14:47:46 2024 +0100
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
---
gnu/packages/golang-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index efbe3dd568..a92f915826 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1832,7 +1832,7 @@ which produce colorized output using
github.com/fatih/color.")
(define-public go-github-com-oschwald-geoip2-golang
(package
(name "go-github-com-oschwald-geoip2-golang")
- (version "1.4.0")
+ (version "1.11.0")
(source
(origin
(method git-fetch)
@@ -1841,11 +1841,12 @@ which produce colorized output using
github.com/fatih/color.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jj4rbdpy87rbl79czg5hs5dyn6xlbnk0bnvyzi71dsxan57nixw"))))
+ (base32 "0670cv1b9c2p0lx63rlwl7kplbvzr79apbw13109v0pv4qlapmhx"))))
(build-system go-build-system)
(arguments
(list
#:tests? #f ; Requires some unpackaged software and test data
+ #:go go-1.21
#:import-path "github.com/oschwald/geoip2-golang"))
(propagated-inputs
(list go-github-com-oschwald-maxminddb-golang))
- branch master updated (69f9a43c87 -> 6d88e9e21f), guix-commits, 2024/06/27
- 02/16: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.13.0., guix-commits, 2024/06/27
- 03/16: gnu: go-github-com-oschwald-maxminddb-golang: Enable tests., guix-commits, 2024/06/27
- 04/16: gnu: go-github-com-oschwald-geoip2-golang: Move to golang-web., guix-commits, 2024/06/27
- 08/16: gnu: Add go-github-com-thejerf-suture-v4., guix-commits, 2024/06/27
- 13/16: gnu: Remove go-github-com-calmh-du., guix-commits, 2024/06/27
- 14/16: gnu: go-github-com-calmh-xdr: Move to golang-xyz., guix-commits, 2024/06/27
- 01/16: gnu: go-github-com-oschwald-maxminddb-golang: Move to golang-web., guix-commits, 2024/06/27
- 07/16: gnu: go-github-com-thejerf-suture: Update to 3.0.3., guix-commits, 2024/06/27
- 05/16: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.11.0.,
guix-commits <=
- 09/16: gnu: go-github-com-chmduquesne-rollinghash: Move to golang-crypto., guix-commits, 2024/06/27
- 06/16: gnu: go-github-com-thejerf-suture: Move to golang-xyz., guix-commits, 2024/06/27
- 10/16: gnu: go-github-com-chmduquesne-rollinghash: Update to 4.0.0-1.9a5199b., guix-commits, 2024/06/27
- 11/16: gnu: go-github-com-chmduquesne-rollinghash: Enable all tests., guix-commits, 2024/06/27
- 15/16: gnu: go-github-com-flynn-archive-go-shlex: Move to golang-xyz., guix-commits, 2024/06/27
- 16/16: gnu: go-github-com-vitrun-qart: Move to golang-xyz., guix-commits, 2024/06/27
- 12/16: gnu: go-github-com-d4l3k-messagediff: Move to golang-xyz., guix-commits, 2024/06/27