diff options
author | Efraim Flashner | 2021-08-12 02:01:20 -0500 |
---|---|---|
committer | Efraim Flashner | 2021-08-12 02:01:20 -0500 |
commit | b6761f9779f25fc26104852e7cdfe632df0338fa (patch) | |
tree | d14f6fca4a6c79413f6a6e0d362a2788bc03a801 /gn/packages/gitea.scm | |
parent | ba96f981eb3dbaa9c4379f1f6fc981164ff8442b (diff) | |
download | guix-bioinformatics-b6761f9779f25fc26104852e7cdfe632df0338fa.tar.gz |
gn: Update gitea to 1.14.6.
Diffstat (limited to 'gn/packages/gitea.scm')
-rw-r--r-- | gn/packages/gitea.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |