guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2f5b6cd7b20da995b474b1d6e2c34cc1e9ef2a36
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 11 21:22:28 2026 +0000

    gnu: Add go-github-com-letsencrypt-borp.
    
    * gnu/packages/golang-xyz.scm (go-github-com-letsencrypt-borp): New 
variable.
    
    Change-Id: I2d07a21233ac5bf859d476d4e53e842a8b487c30
---
 gnu/packages/golang-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3f2d8eb01f..2cbda7c446 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15134,6 +15134,37 @@ according to a format string.  It is optimized for 
scenarios where the same
 pattern is called repeatedly.")
     (license license:expat)))
 
+(define-public go-github-com-letsencrypt-borp
+  (package
+    (name "go-github-com-letsencrypt-borp")
+    (version "0.0.0-20251118150929-89c6927051ae")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/letsencrypt/borp";)
+              (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0kfwddc9ikxf82ysxsz9vv4972zw465w8rdhjwd1qzwgli489qw8"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/letsencrypt/borp"))
+    (native-inputs
+     (list go-github-com-stretchr-testify))
+    (propagated-inputs
+     (list go-github-com-go-sql-driver-mysql
+           go-github-com-mattn-go-sqlite3
+           go-github-com-poy-onpar))
+    (home-page "https://github.com/letsencrypt/borp";)
+    (synopsis "Boulder's Object Relational Persistence")
+    (description
+     "Package @code{borp} provides a simple way to marshal Go structs to and
+from SQL databases.  It uses the @code{database/sql} package, and should work
+with any compliant @code{database/sql} driver.")
+    (license license:expat)))
+
 (define-public go-github-com-lib-pq
   (package
     (name "go-github-com-lib-pq")

Reply via email to