Re: ext/srfi/srfi-19.scm license considered non-free by debian
Jens Thiele <[email protected]> Mon, 28 Nov 2022 20:26:12 +0100
| Newsgroups | gmane.lisp.scheme.gauche |
|---|---|
| Message-ID | <[email protected]> |
Shiro Kawai <[email protected]> writes: > Thanks for reporting. Update pushed. thanks! just found this change between ext/srfi/srfi-19.scm and https://srfi.schemers.org/srfi-19/srfi-19.scm related to leap seconds: diff --git a/ext/srfi/srfi-19.scm b/ext/srfi/srfi-19.scm index 00fcdd626..38d666236 100644 --- a/ext/srfi/srfi-19.scm +++ b/ext/srfi/srfi-19.scm @@ -107,7 +107,8 @@ ;; note they go higher to lower, and end in 1972. ;; See srfi-19/read-tai.scm to update this list. (define-constant tm:leap-second-table - '((1435708800 . 36) + '((1483228800 . 37) + (1435708800 . 36) (1341100800 . 35) (1230768000 . 34) (1136073600 . 33)