From b6761f9779f25fc26104852e7cdfe632df0338fa Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 12 Aug 2021 02:01:20 -0500 Subject: gn: Update gitea to 1.14.6. --- gn/packages/gitea.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gn/packages/gitea.scm') diff --git a/gn/packages/gitea.scm b/gn/packages/gitea.scm index ae57771..f3af232 100644 --- a/gn/packages/gitea.scm +++ b/gn/packages/gitea.scm @@ -9,14 +9,14 @@ (define-public gitea (package (name "gitea") - (version "1.13.7") + (version "1.14.6") (source (origin (method url-fetch) (uri (string-append "https://github.com/go-gitea/gitea/releases" "/download/v" version "/gitea-src-" version ".tar.gz")) (sha256 - (base32 "0z0qsnqxxfkdaq18hkm92fdvssp2frmqdkd5y5pxva8p8zxdg5lc")))) + (base32 "0nkv5a49iryx806fba76l8y7pbx0vir7npf6hf53wc4zaqk0x2i0")))) (build-system go-build-system) (arguments `(#:install-source? #f -- cgit v1.2.3