Hello, zimoun skribis: > * guix/scripts/show.scm: New file. > * Makefile.am (MODULES): Add it. > * po/guix/POTFILES.in: Add it. > * tests/guix-package-aliases.sh: Add test. > * doc/guix.texi (Invoking guix package): Document it and use it in a example. Applied, woohoo! > +guix show python@3 | recsel -p name,version I changed recsel to grep because we don’t generally assume that recsel is available in the build environment. Thanks, Ludo’.