guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]