mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-04 17:04:41 +00:00
rosenthal: forgejo: Update to 14.0.3.
* modules/rosenthal/packages/web.scm (forgejo): Update to 14.0.3. [arguments]: Use go-1.26.
This commit is contained in:
parent
70963cef82
commit
2f044f37a1
@ -221,7 +221,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(define-public forgejo
|
(define-public forgejo
|
||||||
(package
|
(package
|
||||||
(name "forgejo")
|
(name "forgejo")
|
||||||
(version "12.0.3")
|
(version "14.0.3")
|
||||||
;; TODO: Address npm dependencies and fetch from git.
|
;; TODO: Address npm dependencies and fetch from git.
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -230,11 +230,11 @@ from serving static websites to running dynamic web applications.")
|
|||||||
version "/forgejo-src-" version ".tar.gz"))
|
version "/forgejo-src-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x09nwhps70n8rkvgp7mqzr7cyprdn274q7jhkljxna3r3w8qcb5"))))
|
"1j68clndn10gsv4v3xxrk5d8npriaj4af2gm4lg3nvd258zhyhcq"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? (not (%current-target-system)) ;TODO: Run test suite.
|
(list #:tests? (not (%current-target-system)) ;TODO: Run test suite.
|
||||||
#:go go-1.25
|
#:go go-1.26
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
#:import-path "."
|
#:import-path "."
|
||||||
#:build-flags
|
#:build-flags
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user