rosenthal: anubis-anti-crawler: Update to 1.25.0.

* modules/rosenthal/packages/web.scm (anubis-anti-crawler): Update to 1.25.0.
[arguments]: Use go-1.26.
This commit is contained in:
Hilton Chain 2026-03-29 16:14:39 +08:00
parent 486b0e6b8c
commit 70963cef82
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -57,7 +57,7 @@ website owners block unwanted AI crawlers from accessing their sites.")
(define-public anubis-anti-crawler
(package
(name "anubis-anti-crawler")
(version "1.21.1")
(version "1.25.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -65,11 +65,11 @@ website owners block unwanted AI crawlers from accessing their sites.")
version "/anubis-src-vendor-npm-" version ".tar.gz"))
(sha256
(base32
"1anjymg7mwjc8j0gn2gn1wb15iiljm68p15n77y5jg3av8wnky5g"))))
"0kqp5j0739lpdw55gx4bnnda1b90qlavcdlp8vh9bp014xx84yqj"))))
(build-system go-build-system)
(arguments
(list #:tests? (not (%current-target-system)) ;FIXME
#:go go-1.24
#:go go-1.26
#:install-source? #f
#:import-path "./cmd/anubis"
#:build-flags
@ -102,8 +102,7 @@ website owners block unwanted AI crawlers from accessing their sites.")
"Anubis checks incoming HTTP requests using one or more challenges in
order to protect upstream resources from web crawlers.")
(license license:expat)
(properties '((upstream-name . "anubis")
(disable-updater? . #t)))))
(properties '((upstream-name . "anubis")))))
(define-public caddy
(package