disarchive-manifest: Provide valid 'version' string.

* etc/disarchive-manifest.scm <top level>: Turn 'version' field into a
string.
This commit is contained in:
Ludovic Courtès 2021-10-07 23:41:31 +02:00
parent a1679b74c9
commit 2ad1ef8446
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -108,5 +108,5 @@ an empty directory if ORIGIN could not be disassembled."
(manifest
(list (manifest-entry
(name "disarchive-collection")
(version (length origins))
(version (number->string (length origins)))
(item (disarchive-collection origins))))))