[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
142/401: gnu: Add go-github-com-jackc-pgerrcode.
From: |
guix-commits |
Subject: |
142/401: gnu: Add go-github-com-jackc-pgerrcode. |
Date: |
Thu, 26 Dec 2024 19:30:46 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 6216338966c44acc3c2c24eb0e206785a9fd14f7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 14 13:26:50 2024 +0000
gnu: Add go-github-com-jackc-pgerrcode.
* gnu/packages/golang-xyz.scm (go-github-com-jackc-pgerrcode): New variable.
Change-Id: I91be89a09b50110255b67d57b65d4a362287d82b
---
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 ee9a571620..e60b649386 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -4906,6 +4906,30 @@ queries with a higher level library and only use pgconn
directly when required
for low-level access to PostgreSQL functionality.")
(license license:expat)))
+(define-public go-github-com-jackc-pgerrcode
+ (package
+ (name "go-github-com-jackc-pgerrcode")
+ (version "0.0.0-20240316143900-6e2875d9b438")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jackc/pgerrcode")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "00csrjkg8fg97q5wy4r2wqi88w7g1cj0f5xkp5442nz3agmkxgrj"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/jackc/pgerrcode"))
+ (home-page "https://github.com/jackc/pgerrcode")
+ (synopsis "Constants for PostgreSQL error codes")
+ (description
+ "Package pgerrcode contains constants for @code{PostgreSQL} error
+codes.")
+ (license license:expat)))
+
(define-public go-github-com-jackc-pgio
(package
(name "go-github-com-jackc-pgio")
- 375/401: gnu: Add go-github-com-gin-contrib-sse., (continued)
- 375/401: gnu: Add go-github-com-gin-contrib-sse., guix-commits, 2024/12/26
- 374/401: gnu: Add go-github-com-twitchyliquid64-golang-asm., guix-commits, 2024/12/26
- 397/401: gnu: go-github-com-operatorfoundation-obfs4: Simplify., guix-commits, 2024/12/26
- 398/401: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Fix tests., guix-commits, 2024/12/26
- 127/401: gnu: Add go-github-com-moby-sys-userns., guix-commits, 2024/12/26
- 126/401: gnu: go-github-com-urfave-cli: Adjust inputs., guix-commits, 2024/12/26
- 125/401: gnu: go-github-com-containerd-cgroups: Fix build., guix-commits, 2024/12/26
- 140/401: gnu: Add go-github-com-jackc-pgx-v4., guix-commits, 2024/12/26
- 156/401: gnu: go-github-com-google-pprof: Fix build., guix-commits, 2024/12/26
- 154/401: gnu: go-github-com-go-git-go-git-fixtures-v4: Fix build., guix-commits, 2024/12/26
- 142/401: gnu: Add go-github-com-jackc-pgerrcode.,
guix-commits <=
- 152/401: gnu: go-github-com-coreos-go-semver: Move to golang-xyz., guix-commits, 2024/12/26
- 145/401: gnu: go-github-com-protonmail-go-crypto: Update to 1.1.3., guix-commits, 2024/12/26
- 141/401: gnu: Add go-github-com-jackc-pgx-v5., guix-commits, 2024/12/26
- 149/401: gnu: go-github-com-francoispqt-gojay: Fix build., guix-commits, 2024/12/26
- 146/401: gnu: go-github-com-cheggaaa-pb: Adjust inputs., guix-commits, 2024/12/26
- 143/401: gnu: go-github-com-bwesterb-go-ristretto: Fix import path., guix-commits, 2024/12/26
- 147/401: gnu: Add go-github-com-go-errors-errors., guix-commits, 2024/12/26
- 153/401: gnu: go-github-com-go-git-go-billy-v5: Update to 5.6.0., guix-commits, 2024/12/26
- 163/401: gnu: go-github-com-aws-aws-sdk-go-v2: Fix build., guix-commits, 2024/12/26
- 165/401: gnu: go-github-com-google-gofuzz: Fix indentation., guix-commits, 2024/12/26