guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 5977dc2e70b4a1f955a27cdb60b780f5713f16c8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:31:02 2026 +0000
gnu: go-github-com-pion-dtls-v3: Update to 3.1.2.
* gnu/packages/golang-web.scm (go-github-com-pion-dtls-v3): Update to 3.1.2.
Change-Id: I85f0bead88b366aea8925fba03fd4c3626232f16
---
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 06f5295911..c37a791679 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -11514,7 +11514,7 @@ in Golang.")
(package
(inherit go-github-com-pion-dtls-v2)
(name "go-github-com-pion-dtls-v3")
- (version "3.1.0")
+ (version "3.1.2")
(source
(origin
(inherit (package-source go-github-com-pion-dtls))
@@ -11523,7 +11523,7 @@ in Golang.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "08py1nb6y4vrdphn95vygg2frhdmvbv02dipxgqyx8ijd1x25nhs"))))
+ (base32 "12wfn5jjwwydq1mz88dg6jd25j5z45fxaan9l05rhr0hhhngpgrh"))))
(arguments
(list
#:import-path "github.com/pion/dtls/v3"))