guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 9c1ac1992d9245dbb31fccd73e422a3ba009235b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 23:50:48 2026 +0000

    gnu: go-github-com-koron-go-ssdp: Update to 0.1.0.
    
    * gnu/packages/golang-web.scm (go-github-com-koron-go-ssdp): Update to 
0.1.0.
    [arguments]: <tests>: Skip one more tet.
    
    Change-Id: Id41cf88af013eb65431b872c42a84af60517b027
---
 gnu/packages/golang-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 4bb632628b..f2160f5a18 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -8312,7 +8312,7 @@ protocol in Go language.")
 (define-public go-github-com-koron-go-ssdp
   (package
     (name "go-github-com-koron-go-ssdp")
-    (version "0.0.4")
+    (version "0.1.0")
     (source
      (origin
        (method git-fetch)
@@ -8321,7 +8321,7 @@ protocol in Go language.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0agzxzlwvnhgwk6sxswjq7v1ghmf0l02gr7zpdih24i3g457af4f"))))
+        (base32 "1777lrpxmrcbmqardmlcsz5zcqbvgsr4kfa5z1sqh8yx0nz9084m"))))
     (build-system go-build-system)
     (arguments
      (list
@@ -8335,6 +8335,7 @@ protocol in Go language.")
                      "TestAnnounceAlive"
                      "TestAnnounceBye"
                      "TestInterfaces"
+                     "TestSearch_AdvetiserWithHost"
                      "TestSearch_Request"
                      "TestSearch_Response"
                      "TestSearch_ServiceRawHeader")

Reply via email to