Update actual dependencies.

This commit is contained in:
Dominik Pantůček 2023-03-20 12:36:55 +01:00
parent 55981de7f3
commit 59a52fb0d9
2 changed files with 7 additions and 5 deletions

View file

@ -33,10 +33,10 @@
)
(import scheme
testing
(chicken base)
(chicken string)
(chicken format))
(chicken format)
testing)
;; Returns the number of digits required to represent a given number
;; in decimal format.