Update gitea to version 1.20

This commit is contained in:
TakeV 2023-07-20 17:52:13 -07:00
parent a29ac771b3
commit e9b22b97f9
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
(define-public gitea
(package
(name "gitea")
(version "1.19.1")
(version "1.20.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -26,7 +26,7 @@
version ".tar.gz"))
(sha256
(base32
"1yamzgckfb9127s8sijjly7w5s05c19chr1jl8ni8hkc0p3b2rwb"))))
"1bmnzc6wz9hak1mvnnklk4m5vzx5rdjhci80xyzvn7ls4xhrjk9h"))))
(build-system gnu-build-system)
(arguments
(list #:phases
@ -53,7 +53,7 @@
(lambda* _
(wrap-program (string-append #$output "/bin/gitea")
`("PATH" prefix (,(string-append #$(this-package-input "git") "/bin")))))))))
(native-inputs (list go-1.19))
(native-inputs (list go-1.20))
(inputs (list git))
(home-page "https://gitea.io")
(synopsis "A painless self-hosted Git service")