mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-01 23:24:20 +00:00
rosenthal: caddy/dolly: Update to 2026.03.29-1.
* modules/rosenthal/packages/web.scm (caddy/dolly): Update to 2026.03.29-1. [native-inputs]: Update vendored-go-dependencies. Use go-1.26.
This commit is contained in:
parent
2f044f37a1
commit
9d95263fcf
@ -195,7 +195,7 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(package
|
(package
|
||||||
(inherit caddy)
|
(inherit caddy)
|
||||||
(name "caddy-dolly")
|
(name "caddy-dolly")
|
||||||
(version "2026.03.21-1")
|
(version "2026.03.29-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -204,17 +204,17 @@ from serving static websites to running dynamic web applications.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"172kg8ycfba008brh1n8484hgwm60yq4i0gzv37qi83d3795s71d"))))
|
"04klhf0plnzldn894c8z5g8v3bmh342pgaq97cslvh6cjm3dwisd"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs native-inputs
|
(modify-inputs native-inputs
|
||||||
(replace "vendored-go-dependencies"
|
(replace "vendored-go-dependencies"
|
||||||
(origin
|
(origin
|
||||||
(method (go-mod-vendor #:go go-1.25))
|
(method (go-mod-vendor #:go go-1.26))
|
||||||
(uri (package-source this-package))
|
(uri (package-source this-package))
|
||||||
(file-name "vendored-go-dependencies")
|
(file-name "vendored-go-dependencies")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03k5cjnkpy3ar79rs3p01lm0b6x4ypf7ixzindcv858gdyncq5pb"))))))
|
"0zjp5i2si8qkww8632rxhd4y1y39bycn111pydm70n02q3jwir27"))))))
|
||||||
(home-page "https://git.guix.moe/hako/caddy")
|
(home-page "https://git.guix.moe/hako/caddy")
|
||||||
(properties '((disable-updater? . #t)))))
|
(properties '((disable-updater? . #t)))))
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user