emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65968: closed ([PATCH 30/33] gnu: Add go-github-com-insomniacslk-dhc


From: GNU bug Tracking System
Subject: bug#65968: closed ([PATCH 30/33] gnu: Add go-github-com-insomniacslk-dhcp-dhcpv4.)
Date: Thu, 14 Sep 2023 07:48:06 +0000

Your message dated Thu, 14 Sep 2023 09:47:42 +0200
with message-id <87a5tp2o2n.fsf@rdklein.fr>
and subject line Re: bug#65968: Acknowledgement ([PATCH 30/33] gnu: Add 
go-github-com-insomniacslk-dhcp-dhcpv4.)
has caused the debbugs.gnu.org bug report #65968,
regarding [PATCH 30/33] gnu: Add go-github-com-insomniacslk-dhcp-dhcpv4.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65968: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65968
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 30/33] gnu: Add go-github-com-insomniacslk-dhcp-dhcpv4. Date: Thu, 14 Sep 2023 09:09:37 +0200
* gnu/packages/golang.scm (go-github-com-insomniacslk-dhcp-dhcpv4): New 
variable.
---
 gnu/packages/golang.scm | 45 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 198c07910e..64c2964aa7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -13753,6 +13753,51 @@ (define-public go-github-com-neelance-astrewrite
     (description #f)
     (license license:bsd-2)))
 
+(define-public go-github-com-insomniacslk-dhcp-dhcpv4
+  (package
+    (name "go-github-com-insomniacslk-dhcp-dhcpv4")
+    (version "0.0.0-20230908212754-65c27093e38a")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/insomniacslk/dhcp";)
+                    (commit (go-version->git-ref version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0vinhq7d7880hqsxy6xrji6sf7wdc2926zb0m9m4rhcr9hczkm4b"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/insomniacslk/dhcp/dhcpv4"
+       #:unpack-path "github.com/insomniacslk/dhcp"
+       #:go ,go-1.20))
+    (propagated-inputs `(("go-gopkg-in-yaml-v3" ,go-gopkg-in-yaml-v3)
+                         ("go-golang-org-x-sync" ,go-golang-org-x-sync)
+                         ("go-github-com-stretchr-objx" 
,go-github-com-stretchr-objx)
+                         ("go-github.com-smartystreets-goconvey" 
,go-github.com-smartystreets-goconvey)
+                         ("go-github-com-pmezard-go-difflib" 
,go-github-com-pmezard-go-difflib)
+                         ("go-github-com-pierrec-lz4-v4" 
,go-github-com-pierrec-lz4-v4)
+                         ("go-github-com-mdlayher-socket" 
,go-github-com-mdlayher-socket)
+                         ("go-github-com-josharian-native" 
,go-github-com-josharian-native)
+                         ("go-github-com-davecgh-go-spew" 
,go-github-com-davecgh-go-spew)
+                         ("go-golang-org-x-sys" ,go-golang-org-x-sys)
+                         ("go-golang-org-x-net" ,go-golang-org-x-net)
+                         ("go-github-com-u-root-uio-uio" 
,go-github-com-u-root-uio-uio)
+                         ("go-github-com-u-root-uio-rand" 
,go-github-com-u-root-uio-rand)
+                         ("go-github-com-stretchr-testify" 
,go-github-com-stretchr-testify)
+                         ("go-github-com-mdlayher-packet" 
,go-github-com-mdlayher-packet)
+                         ("go-github-com-mdlayher-netlink" 
,go-github-com-mdlayher-netlink)
+                         ("go-github-com-jsimonetti-rtnetlink" 
,go-github-com-jsimonetti-rtnetlink)
+                         ("go-github-com-hugelgupf-socketpair" 
,go-github-com-hugelgupf-socketpair)
+                         ("go-github-com-google-go-cmp-cmp" 
,go-github-com-google-go-cmp-cmp)
+                         ("go-github-com-fanliao-go-promise" 
,go-github-com-fanliao-go-promise)))
+    (home-page "https://github.com/insomniacslk/dhcp";)
+    (synopsis "dhcp")
+    (description
+     "DHCPv4 and DHCPv6 decoding/encoding library with client and server code, 
written
+in Go.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-neelance-sourcemap
   (package
     (name "go-github-com-neelance-sourcemap")
-- 
2.40.1





--- End Message ---
--- Begin Message --- Subject: Re: bug#65968: Acknowledgement ([PATCH 30/33] gnu: Add go-github-com-insomniacslk-dhcp-dhcpv4.) Date: Thu, 14 Sep 2023 09:47:42 +0200 User-agent: mu4e 1.10.2; emacs 28.2
help-debbugs@gnu.org (GNU bug Tracking System) writes:

> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> As you requested using X-Debbugs-CC, your message was also forwarded to
>   Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>
> (after having been given a bug report number, if it did not have one).
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 65968@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]