guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1afd358aa23ba446275566bd5b57734450b6e542
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 7 13:32:28 2025 +0100
gnu: Add go-github-com-mdlayher-arp.
* gnu/packages/golang-web.scm (go-github-com-mdlayher-arp): New variable.
Change-Id: Ibf789917d67f907509a653b5227e628bc0955ba2
---
gnu/packages/golang-web.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e754f83537..803d932d09 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5822,6 +5822,33 @@ language.")
Coveralls.io} continuous code coverage tracking system.")
(license license:expat)))
+(define-public go-github-com-mdlayher-arp
+ (package
+ (name "go-github-com-mdlayher-arp")
+ (version "0.0.0-20220512170110-6706a2966875")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mdlayher/arp")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "18gi06d387pwpl1krlb3y47c2i2rip4n604gv9k9ark3lh9maavx"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/mdlayher/arp"))
+ (propagated-inputs
+ (list go-github-com-mdlayher-ethernet
+ go-github-com-mdlayher-packet))
+ (home-page "https://github.com/mdlayher/arp")
+ (synopsis "Implementation of the ARP protocol in Golang")
+ (description
+ "Package arp implements the ARP protocol, as described in
+@url{https://rfc-editor.org/rfc/rfc826.html, RFC 826}.")
+ (license license:expat)))
+
(define-public go-github-com-mdlayher-ethernet
(package
(name "go-github-com-mdlayher-ethernet")