From 94d13073e605088d399273e091496fcc9b2aabe0 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Thu, 24 Jul 2025 19:01:12 +0800 Subject: [PATCH] rosenthal: anubis-anti-crawler: Update to 1.21.1. * modules/rosenthal/packages/web.scm (anubis-anti-crawler): Update to 1.21.1. --- modules/rosenthal/packages/web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rosenthal/packages/web.scm b/modules/rosenthal/packages/web.scm index 0406557..a622c7b 100644 --- a/modules/rosenthal/packages/web.scm +++ b/modules/rosenthal/packages/web.scm @@ -51,7 +51,7 @@ website owners block unwanted AI crawlers from accessing their sites.") (define-public anubis-anti-crawler (package (name "anubis-anti-crawler") - (version "1.19.1") + (version "1.21.1") (source (origin (method url-fetch) (uri (string-append @@ -59,7 +59,7 @@ website owners block unwanted AI crawlers from accessing their sites.") version "/anubis-src-vendor-npm-" version ".tar.gz")) (sha256 (base32 - "1638q9d0bnlbs93qr3mnawrgyr7m96afyhi5bzgalz7arp93aya9")))) + "1anjymg7mwjc8j0gn2gn1wb15iiljm68p15n77y5jg3av8wnky5g")))) (build-system go-build-system) (arguments (list #:tests? (not (%current-target-system)) ;FIXME