mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-10-14 01:14:35 +00:00
rosenthal: forgejo: Update to 12.0.3.
* modules/rosenthal/packages/web.scm (forgejo): Update to 12.0.3.
This commit is contained in:
parent
63f2243f28
commit
77a51053c4
@ -302,7 +302,7 @@ pipelines, Hugo renders a complete site in seconds, often less.")
|
|||||||
(define-public forgejo
|
(define-public forgejo
|
||||||
(package
|
(package
|
||||||
(name "forgejo")
|
(name "forgejo")
|
||||||
(version "12.0.0")
|
(version "12.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)
|
||||||
@ -311,15 +311,11 @@ pipelines, Hugo renders a complete site in seconds, often less.")
|
|||||||
version "/forgejo-src-" version ".tar.gz"))
|
version "/forgejo-src-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g70rag92pbflsmjnsqdrdvykd9nsz67rxi7scf0lff2mcxqfgfr"))
|
"0x09nwhps70n8rkvgp7mqzr7cyprdn274q7jhkljxna3r3w8qcb5"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
;; Avoid downloading toolchain.
|
|
||||||
(snippet '(substitute* "go.mod"
|
|
||||||
(("^toolchain.*") "")))))
|
|
||||||
(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.24
|
#:go go-1.25
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
#:import-path "."
|
#:import-path "."
|
||||||
#:build-flags
|
#:build-flags
|
||||||
|
Loading…
Reference in New Issue
Block a user