[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: Add go-github-com-google-gopacket.
From: |
guix-commits |
Subject: |
06/09: gnu: Add go-github-com-google-gopacket. |
Date: |
Mon, 30 Jan 2023 17:51:00 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 124ca1e500d65b57c802ee06423c1581a197ee1f
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Jan 3 15:21:40 2023 +0800
gnu: Add go-github-com-google-gopacket.
* gnu/packages/golang.scm (go-github-com-google-gopacket): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/golang.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70ddef52f1..ed482502a8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7043,6 +7043,28 @@ are semantically equal in Go (for writing tests).")
4122 and DCE 1.1: Authentication and Security Services.")
(license license:bsd-3)))
+(define-public go-github-com-google-gopacket
+ (package
+ (name "go-github-com-google-gopacket")
+ (version "1.1.19")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/gopacket")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "048qwm2n0wrpql4qqgd7jyynn3gk069yvqbxnshlayzmbhf87ls4"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/google/gopacket"))
+ (home-page "https://github.com/google/gopacket")
+ (synopsis "Packet processing capabilities library")
+ (description
+ "This package provides packet processing capabilities for Go.")
+ (license license:bsd-3)))
+
(define-public go-github-com-google-goterm
(let ((commit "fc88cf888a3fa99ecc23d1efc1a44284268457d3")
(revision "1"))
- branch master updated (17448c8afa -> e6f557dd23), guix-commits, 2023/01/30
- 01/09: container: Correctly report exit status., guix-commits, 2023/01/30
- 06/09: gnu: Add go-github-com-google-gopacket.,
guix-commits <=
- 03/09: gnu: texinfo: Make 'perl-archive-zip' available to 'texi2any'., guix-commits, 2023/01/30
- 07/09: gnu: Add go-github-com-macronut-go-tproxy., guix-commits, 2023/01/30
- 08/09: gnu: Add phantomsocks., guix-commits, 2023/01/30
- 09/09: gnu: guile-ssh: Update to 0.16.3., guix-commits, 2023/01/30
- 04/09: gnu: Add font-carlito., guix-commits, 2023/01/30
- 02/09: linux-container: 'container-excursion' forks to join the PID namespace., guix-commits, 2023/01/30
- 05/09: gnu: Add python-haversine., guix-commits, 2023/01/30