[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.13.0.
From: |
guix-commits |
Subject: |
02/16: gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.13.0. |
Date: |
Thu, 27 Jun 2024 11:05:29 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 9bcb67166f7bb5ad2a3e62a90bfca076bb9fbded
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jun 27 14:31:41 2024 +0100
gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.13.0.
* gnu/packages/golang-web.scm (go-github-com-oschwald-maxminddb-golang):
Update to 1.13.0.
Change-Id: I8b718ddf8c064f6492d882b70713243cfb82f4e8
---
gnu/packages/golang-web.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index ce2276586b..b727a0165a 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-maxminddb-golang
(package
(name "go-github-com-oschwald-maxminddb-golang")
- (version "1.4.0")
+ (version "1.13.0")
(source
(origin
(method git-fetch)
@@ -1841,14 +1841,15 @@ which produce colorized output using
github.com/fatih/color.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "100wd5qv00pkcm6cb8c4x5gavc9jnn7drh6xrqh85hzci4rils66"))))
+ (base32 "1p0c10r6850znvarc9h3y0jlwika9qmq0ys7rmg2aj8x2cffz3z6"))))
(build-system go-build-system)
- (propagated-inputs
- (list go-golang-org-x-sys))
(arguments
(list
+ #:go go-1.21
#:tests? #f ; Requires some unpackaged software and test data
#:import-path "github.com/oschwald/maxminddb-golang"))
+ (propagated-inputs
+ (list go-golang-org-x-sys))
(home-page "https://github.com/oschwald/maxminddb-golang")
(synopsis "MaxMind DB Reader for Go")
(description
- 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 <=
- 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, 2024/06/27
- 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