~ruther/guix-local

7837f46497b520784d7f3597054bc5892fea9777 — Sharlatan Hellseher 6 months ago 06934f1
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/golang-web.scm
M gnu/packages/golang-web.scm => gnu/packages/golang-web.scm +2 -2
@@ 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)