[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/401: gnu: Add go-github-com-jackc-pgpassfile.
From: |
guix-commits |
Subject: |
112/401: gnu: Add go-github-com-jackc-pgpassfile. |
Date: |
Thu, 26 Dec 2024 19:30:39 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b65daddc4d46aae67f8e4ed1e0778d44bd2fd52f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 12 20:41:01 2024 +0000
gnu: Add go-github-com-jackc-pgpassfile.
* gnu/packages/golang-xyz.scm (go-github-com-jackc-pgpassfile): New
variable.
Change-Id: I87f5a049cd26357f99e49f410c506e2789585d6f
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cb2d2e5cba..cbdc358299 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4697,6 +4697,30 @@ time strings.")
@code{PostgreSQL} wire protocol.")
(license license:expat)))
+(define-public go-github-com-jackc-pgpassfile
+ (package
+ (name "go-github-com-jackc-pgpassfile")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jackc/pgpassfile")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1crw06lzksgimbmr1a3sr00azg2v7l4qkvjra1cpmzzq5mncaj8z"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/jackc/pgpassfile"))
+ (native-inputs (list go-github-com-stretchr-testify))
+ (home-page "https://github.com/jackc/pgpassfile")
+ (synopsis "PostgreSQL .pgpass files parser")
+ (description
+ "Package pgpassfile is a parser @code{PostgreSQL} .pgpass files.")
+ (license license:expat)))
+
(define-public go-github-com-jackc-puddle
(package
(name "go-github-com-jackc-puddle")
- 85/401: gnu: Add go-go-abhg-dev-komplete., (continued)
- 85/401: gnu: Add go-go-abhg-dev-komplete., guix-commits, 2024/12/26
- 91/401: gnu: Add protoc-gen-go., guix-commits, 2024/12/26
- 96/401: gnu: Add go-github-com-antihax-optional., guix-commits, 2024/12/26
- 107/401: gnu: go-github-com-go-sql-driver-mysql: Move to golang-xyz., guix-commits, 2024/12/26
- 121/401: gnu: go-github-com-sirupsen-logrus: Adjust inputs., guix-commits, 2024/12/26
- 103/401: gnu: Add go-github-com-goccmack-gocc., guix-commits, 2024/12/26
- 118/401: gnu: Add go-github-com-jackc-pgconn., guix-commits, 2024/12/26
- 111/401: gnu: Add go-github-com-jackc-pgio., guix-commits, 2024/12/26
- 119/401: gnu: go-github-com-sirupsen-logrus: Skip one test., guix-commits, 2024/12/26
- 122/401: gnu: go-github-com-go-quicktest-qt: Skip some failing tests., guix-commits, 2024/12/26
- 112/401: gnu: Add go-github-com-jackc-pgpassfile.,
guix-commits <=
- 139/401: gnu: Add go-github-com-jackc-pgx., guix-commits, 2024/12/26
- 134/401: gnu: go-github-com-pkg-errors: Move to golang-build., guix-commits, 2024/12/26
- 310/401: gnu: Add go-github-com-hebcal-greg., guix-commits, 2024/12/26
- 308/401: gnu: Add go-go-opentelemetry-io-otel-sdk-metric., guix-commits, 2024/12/26
- 315/401: gnu: go-github-com-pborman-getopt: Move to golang-xyz., guix-commits, 2024/12/26
- 326/401: gnu: Add go-github-com-kardianos-service., guix-commits, 2024/12/26
- 318/401: gnu: hebcal: Fix indentation., guix-commits, 2024/12/26
- 334/401: gnu: Add go-github-com-zeebo-blake3-avo., guix-commits, 2024/12/26
- 335/401: gnu: containerd: Fix tests., guix-commits, 2024/12/26
- 338/401: gnu: go-github-com-bits-and-blooms-bloom-v3: Fix import path., guix-commits, 2024/12/26