diff options
-rw-r--r-- | guix-qa-frontpage/patchwork.scm | 2 |
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)) |