This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a5768ec093 import: stackage: Adjust API URL.
a5768ec093 is described below
commit a5768ec09332a625c709a20f76f0227aab2a9e5f
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Thu Jun 19 17:20:51 2025 +0200
import: stackage: Adjust API URL.
See https://github.com/commercialhaskell/stackage-server/issues/353.
* guix/import/stackage.scm (%stackage-url): Adjust to new API URL.
Change-Id: I9bc1a10154340f89dcbacf715bd5ea5a9ef90b88
---
guix/import/stackage.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/stackage.scm b/guix/import/stackage.scm
index 84aba8aead..3944154e25 100644
--- a/guix/import/stackage.scm
+++ b/guix/import/stackage.scm
@@ -47,7 +47,7 @@
;;;
(define %stackage-url
- (make-parameter "https://www.stackage.org"))
+ (make-parameter "https://www.stackage.org/api/v1/snapshot"))
;; Latest LTS version compatible with current GHC.
(define %default-lts-version "20.26")