From 7837f46497b520784d7f3597054bc5892fea9777 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 10 Oct 2025 10:08:00 +0100 Subject: [PATCH] gnu: go-github-com-pion-turn-v4: Update to 4.1.1. * gnu/packages/golang-web.scm (go-github-com-pion-turn-v4): Update to 4.1.1. Change-Id: I6e76eb777ed871c86df4f8afbe1dc75ecb6af4d5 --- 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 cac75df650af9612319ae1ab3b1d359b7bb0e73f..72c8834bc34f9bb059f1a8e546a328e1146b5f74 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -9456,7 +9456,7 @@ it like any library. The quickest way to get started is to look at the (package (inherit go-github-com-pion-turn-v3) (name "go-github-com-pion-turn-v4") - (version "4.0.0") + (version "4.1.1") (source (origin (method git-fetch) @@ -9465,7 +9465,7 @@ it like any library. The quickest way to get started is to look at the (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1yd0v6ijwl62qd2sz7imq9pd2grcrw4dhwnn4302m1k89pxr52wx")))) + (base32 "0ajkd63nkif2izblf8bnvs15126bdm4y8qymy2m8vwdbl70swsfv")))) (arguments (substitute-keyword-arguments (package-arguments go-github-com-pion-turn-v3)