diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-05-25 21:54:55 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-05-26 09:54:35 +0300 |
commit | f5c9d2611f460be9827f8af339827ad494c45a5a (patch) | |
tree | 382ea36e8a7bef2d4fefc8af91b9da77a8ef27a6 | |
parent | 28d60279c94eea9d0ca59e217f0c1647ef93a8db (diff) |
gnu: go-github-com-lib-pq: Update to 1.5.2.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.5.2.
-rw-r--r-- | gnu/packages/syncthing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 179586023f..f660cb0eee 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -416,7 +416,7 @@ address of the default LAN gateway.") (define-public go-github-com-lib-pq (package (name "go-github-com-lib-pq") - (version "1.2.0") + (version "1.5.2") (source (origin (method git-fetch) (uri (git-reference @@ -425,7 +425,7 @@ address of the default LAN gateway.") (file-name (git-file-name name version)) (sha256 (base32 - "08j1smm6rassdssdks4yh9aspa1dv1g5nvwimmknspvhx8a7waqz")))) + "1wjw5pfjgc63n9934mgvg8hr1v9381mcdz62jkn9xqxqcv6b95lw")))) (build-system go-build-system) (arguments `(#:import-path "github.com/lib/pq" |