guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 09c673439bc5b762685b7f4877eb3a9f37fe2359
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 23:53:09 2026 +0000
gnu: go-github-com-pion-mdns-v2: Update to 2.1.0.
* gnu/packages/golang-web.scm (go-github-com-pion-mdns-v2): Update to 2.1.0.
Change-Id: I33ab5aaa8939dc88160dc2ff0a3e2a823c85e701
---
gnu/packages/golang-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index f2160f5a18..4d02507275 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11756,7 +11756,7 @@ interceptors are then run sequentially.")
(package
(inherit go-github-com-pion-mdns)
(name "go-github-com-pion-mdns-v2")
- (version "2.0.7")
+ (version "2.1.0")
(source
(origin
(method git-fetch)
@@ -11765,7 +11765,7 @@ interceptors are then run sequentially.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "03675hx82lx3c8akkxdbkch1z4dbq54r05jk6jgdyd7mrdh9k4lm"))))
+ (base32 "0aiisfldvrj71icnpzkyfjcm853bvcjw93cx98d4pcl66gs0rg7n"))))
(arguments
(substitute-keyword-arguments (package-arguments
go-github-com-pion-mdns)