guix guix 1.4.0: https://ftpmirror.gnu.org/gnu/guix//guix-system-install-1.4.0.x86_64-linux.iso guix 1.3.0: https://ftpmirror.gnu.org/gnu/guix//guix-system-install-1.3.0.x86_64-linux.iso # Template file for 'guix' OSNAME="guix" PRETTY="Guix" BASEDOF="-" DESCRIPTION="Distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users" HOMEPAGE="https://guix.gnu.org" CREDENTIALS="-" RELEASES="1.4.0 1.3.0" function get_() { local HASH="" local ISO="guix-system-install-${RELEASE}.x86_64-linux.iso" local URL="https://ftpmirror.gnu.org/gnu/guix/" echo "${URL}/${ISO} ${HASH}" }