guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.3.0.


From: guix-commits
Subject: 03/04: gnu: go-github-com-oschwald-geoip2-golang: Update to 1.3.0.
Date: Tue, 4 Jun 2019 13:31:50 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 70f3a38471867f4ed63179f7c4317239aa1875fd
Author: Leo Famulari <address@hidden>
Date:   Tue Jun 4 13:25:42 2019 -0400

    gnu: go-github-com-oschwald-geoip2-golang: Update to 1.3.0.
    
    * gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang):
    Update to 1.3.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 59c3e7f..e949e19 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -443,7 +443,7 @@ database/sql package.")
 (define-public go-github-com-oschwald-geoip2-golang
   (package
     (name "go-github-com-oschwald-geoip2-golang")
-    (version "1.1.0")
+    (version "1.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -452,7 +452,7 @@ database/sql package.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0v698bzs8lb59cqpsa9cf4sl8rdsvnnmaravhbfn6g6i511ppclr"))))
+                "0jivzl15jb8n16rm1b2w97kf7vna5dd3kcz865wfi233qay075j2"))))
     (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]