guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/35: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.4.0.


From: guix-commits
Subject: 20/35: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.4.0.
Date: Thu, 13 Feb 2020 19:55:36 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 195960737c73e69d027c3d73a321d2b5adbb96ff
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Feb 12 21:19:21 2020 -0500

    gnu: go-github-com-oschwald-geoip2-golang: Update to 1.4.0.
    
    * gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang):
    Update to 1.4.0.
---
 gnu/packages/syncthing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 9bda6dd..6f50251 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -428,7 +428,7 @@ database/sql package.")
 (define-public go-github-com-oschwald-geoip2-golang
   (package
     (name "go-github-com-oschwald-geoip2-golang")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -437,7 +437,7 @@ database/sql package.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0jivzl15jb8n16rm1b2w97kf7vna5dd3kcz865wfi233qay075j2"))))
+                "1jj4rbdpy87rbl79czg5hs5dyn6xlbnk0bnvyzi71dsxan57nixw"))))
     (build-system go-build-system)
     (propagated-inputs
      `(("go-github-com-oschwald-maxminddb-golang"



reply via email to

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