aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--guix-qa-frontpage/patchwork.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-qa-frontpage/patchwork.scm b/guix-qa-frontpage/patchwork.scm
index cb91e30..91f5a23 100644
--- a/guix-qa-frontpage/patchwork.scm
+++ b/guix-qa-frontpage/patchwork.scm
@@ -320,6 +320,6 @@
series-by-issue-number
mumi-data)))))))
-(define (latest-patchwork-series-for-issue issue-number #:key patchwork)
+(define* (latest-patchwork-series-for-issue issue-number #:key patchwork)
(assq-ref (latest-patchwork-series-by-issue #:patchwork patchwork)
issue-number))