guix: Separate the package name and version with "@", not "-".
authorChris Marusich <cmmarusich@gmail.com>
Sun, 8 Apr 2018 23:51:42 +0000 (16:51 -0700)
committerChris Marusich <cmmarusich@gmail.com>
Wed, 9 May 2018 04:55:46 +0000 (21:55 -0700)
commitede121de426f9c56820852888a0b370f0ccbce49
treecddd5c464c259d03dd97a021922950f161cfcb13
parentb61cb24492c150b5eebb5227f2a7c32e4d42e1d4
guix: Separate the package name and version with "@", not "-".

* guix/packages.scm (package-full-name): By default, use "@" to separate
  the package name and package version.  Add an optional delimiter
  argument so that there is still a way to explicitly use a different
  delimiter.
* gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust
  accordingly.
* tests/graph.scm: Adjust accordingly.
* tests/profiles.scm: Adjust accordingly.
* NEWS: Mention the change.

Fixes: <https://bugs.gnu.org/31088>.
Reported by Pierre Neidhardt <ambrevar@gmail.com>.
NEWS
gnu/packages/commencement.scm
guix/packages.go.134WZR [new file with mode: 0644]
guix/packages.scm
tests/graph.scm
tests/profiles.scm