From 4860bf475776ccfa8de721726b5fbb3aaebb1bcb Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 27 Jun 2024 00:18:10 +0100 Subject: [PATCH] gnu: go-github-com-ccding-go-stun: Update to 0.1.4. * gnu/packages/golang-web.scm (go-github-com-ccding-go-stun): Update to 0.1.4. Change-Id: I68f70a065182c275c134e74963133ac15622d257 --- gnu/packages/golang-web.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 56c75c1b4a..c776191c74 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -523,20 +523,18 @@ (define-public go-github-com-bep-golibsass (license license:expat))) (define-public go-github-com-ccding-go-stun - (let ((commit "be486d185f3dfcb2dbf8429332da50a0da7f95a6") - (revision "2")) (package (name "go-github-com-ccding-go-stun") - (version (git-version "0.0.0" revision commit)) + (version "0.1.4") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/ccding/go-stun") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1gr0rw1c1y7wh6913lyn5k4ig023by27i36bly6am8dwgrgp34ww")))) + (base32 "0wjhckyg42kp04njhj7gni84cyk0s7m17n13kqf6r7mjzx8a83pw")))) (build-system go-build-system) (arguments (list @@ -546,7 +544,7 @@ (define-public go-github-com-ccding-go-stun (description "Go-stun is a go implementation of the STUN client (RFC 3489 and RFC 5389).") - (license license:asl2.0)))) + (license license:asl2.0))) (define-public go-github-com-cenkalti-backoff-v4 (package