manifest.scm 264 B

12345678
  1. (specifications->manifest
  2. ;; actually the version infos are redundant as the channels
  3. ;; are specified in channels.scm. however, if anyone uses
  4. ;; the manifest without channels, then version infos might
  5. ;; be relevant.
  6. '("guile@3.0.4"
  7. "guile-json@4.3.2"))