guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d1d55f670354c9b6e4f1638983630235e5f33b3b
Author: Patrick Norton <[email protected]>
AuthorDate: Mon Nov 24 13:36:48 2025 -0500

    gnu: Add go-github-com-geoffgarside-ber.
    
    * gnu/packages/golang-web.scm (go-github-com-geoffgarside-ber): New
    variable.
    
    Change-Id: Ic9bd090ec98d94b4a1597974ed1fa203028f29bd
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/golang-web.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 8efc5d193e..945fbf8f48 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -4412,6 +4412,31 @@ algorithm originally designed for use in
 Golang.")
     (license license:asl2.0)))
 
+(define-public go-github-com-geoffgarside-ber
+  (package
+    (name "go-github-com-geoffgarside-ber")
+    (version "1.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/geoffgarside/ber";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "08cqmd2hhcrvbrk4vaw683ydwc9y2h0v1qyr66kp2adrkhk0xgxh"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/geoffgarside/ber"))
+    (home-page "https://github.com/geoffgarside/ber";)
+    (synopsis "ASN.1 package supporting Basic Encoding Rules")
+    (description
+     "This package is a fork of the standard library @url{encoding/asn1} 
package,
+adding Basic Encoding Rules support for use with
+https://github.com/k-sone/snmpgo.";)
+    (license license:bsd-3)))
+
 (define-public go-github-com-getkin-kin-openapi
   (package
     (name "go-github-com-getkin-kin-openapi")

Reply via email to