guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: go-github-com-lib-pq: Update to 1.2.0.


From: guix-commits
Subject: 03/05: gnu: go-github-com-lib-pq: Update to 1.2.0.
Date: Mon, 12 Aug 2019 16:23:45 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 158e82933cf0c56781c0ded61a3c8766bff5785e
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 12 00:19:34 2019 -0400

    gnu: go-github-com-lib-pq: Update to 1.2.0.
    
    * gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.2.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 c35ee86..340e48f 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -422,7 +422,7 @@ address of the default LAN gateway.")
 (define-public go-github-com-lib-pq
   (package
     (name "go-github-com-lib-pq")
-    (version "1.1.1")
+    (version "1.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -431,7 +431,7 @@ address of the default LAN gateway.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0g64wlg1l1ybq4x44idksl4pgm055s58jxc6r6x4qhqm5q76h0km"))))
+                "08j1smm6rassdssdks4yh9aspa1dv1g5nvwimmknspvhx8a7waqz"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/lib/pq"



reply via email to

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