GNU Guix & GuixSD 0.13.0 released

2017-05-22 Thread Ludovic Courtès
We are pleased to announce the release of GNU Guix & GuixSD 0.13.0,
representing 3,893 commits by 83 people over 5 months.


• About

  GNU Guix is a transactional package manager for the GNU system.
  The Guix System Distribution, GuixSD, is an advanced distribution
  of the GNU system.

  In addition to standard package management features, Guix supports
  transactional upgrades and roll-backs, unprivileged package
  management, and per-user profiles.  GuixSD offers a declarative
  approach to operating system configuration management and is highly
  hackable.  Guix uses low-level mechanisms from the Nix package
  manager, except that packages are defined as native Guile modules,
  using extensions to the Scheme language.

  GuixSD uses the Linux-Libre kernel and the GNU Shepherd init system.
  At this stage it can be used on an i686 or x86_64 machine.

  It is also possible to use Guix on top of an already installed
  GNU/Linux system, including on armv7, aarch64, and mips64el.

  https://www.gnu.org/software/guix/

• Download

  Here are the compressed sources and a GPG detached signature[*]:
ftp://alpha.gnu.org/gnu/guix/guix-0.13.0.tar.gz
ftp://alpha.gnu.org/gnu/guix/guix-0.13.0.tar.gz.sig

  Here are the bootable USB installation images and their signatures[*]:
ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.13.0.i686-linux.xz
ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.13.0.i686-linux.xz.sig
ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.13.0.x86_64-linux.xz
ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-0.13.0.x86_64-linux.xz.sig

  Here is the QCOW2 virtual machine (VM) image and its signature:
ftp://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.13.0.x86_64-linux.xz
ftp://alpha.gnu.org/gnu/guix/guixsd-vm-image-0.13.0.x86_64-linux.xz.sig

  Here are the binary tarballs and their signatures[*]:
ftp://alpha.gnu.org/gnu/guix/guix-binary-0.13.0.i686-linux.tar.xz
ftp://alpha.gnu.org/gnu/guix/guix-binary-0.13.0.i686-linux.tar.xz.sig
ftp://alpha.gnu.org/gnu/guix/guix-binary-0.13.0.x86_64-linux.tar.xz
ftp://alpha.gnu.org/gnu/guix/guix-binary-0.13.0.x86_64-linux.tar.xz.sig
ftp://alpha.gnu.org/gnu/guix/guix-binary-0.13.0.armhf-linux.tar.xz
ftp://alpha.gnu.org/gnu/guix/guix-binary-0.13.0.armhf-linux.tar.xz.sig

  Use a mirror for higher download bandwidth:
http://www.gnu.org/order/ftp.html
  
  Here are the SHA1 checksums:

  8de41773236eb54c50fd976fb614ba343c5ebd91  guix-0.13.0.tar.gz
  8e966f6ffef05baea3e3bcbf38f1e0c27a4c05a6  guix-0.13.0.tar.gz.sig
  bec3306e697981eaaee09bf71c49bf3463a6b581  
guix-binary-0.13.0.armhf-linux.tar.xz
  62f35fd91c42110d7ce62113df680a72909c1882  
guix-binary-0.13.0.armhf-linux.tar.xz.sig
  dff1d7677458fe5add3399edeb9b69d886e8f81f  guix-binary-0.13.0.i686-linux.tar.xz
  b17ae0959d1c0fcc81c2533d05b0b5b9c4916641  
guix-binary-0.13.0.i686-linux.tar.xz.directive
  67d26371de5d85c7555651f0cad5f32a86321f83  
guix-binary-0.13.0.i686-linux.tar.xz.directive.asc
  7115e2f42bb6c3e90d9fb5b1864dc675a5fd3368  
guix-binary-0.13.0.i686-linux.tar.xz.sig
  30728a34789474c26cf48d08bc901da969c7b5e6  
guix-binary-0.13.0.x86_64-linux.tar.xz
  395af2be30438c310ce1430074aa511fdc2d1f1b  
guix-binary-0.13.0.x86_64-linux.tar.xz.sig
  9d6f5090b76ad53a65f7cae4be8b9a7878e6e0a4  
guixsd-usb-install-0.13.0.i686-linux.xz
  7e32989ad0740df09e59ad150dcbdaa7bfc1cac4  
guixsd-usb-install-0.13.0.i686-linux.xz.sig
  72d696cd25a135f1465be82115fd8e2211fd9125  
guixsd-usb-install-0.13.0.x86_64-linux.xz
  164d964797c94865d85f4e13675c3dae62061309  
guixsd-usb-install-0.13.0.x86_64-linux.xz.sig
  b58c0dccda0de92b120f28f81b4071d6b9e64414  
guixsd-vm-image-0.13.0.x86_64-linux.xz
  223b19395ba9448e3ec64a4ac0d6fa273486fb8c  
guixsd-vm-image-0.13.0.x86_64-linux.xz.sig
  
  [*] Use a .sig file to verify that the corresponding file (without the
  .sig suffix) is intact.  First, be sure to download both the .sig file
  and the corresponding tarball.  Then, run a command like this:
  
gpg --verify guix-0.13.0.tar.gz.sig
  
  If that command fails because you don't have the required public key,
  then run this command to import it:
  
gpg --keyserver keys.gnupg.net --recv-keys 
3CE464558A84FDC69DB40CFB090B11993D9AEBB5
  
  and rerun the 'gpg --verify' command.
  
  This release was bootstrapped with the following tools:
Autoconf 2.69
Automake 1.15
Makeinfo 6.3
Help2man 1.47.4

  To install the Guix System Distribution, please see “System
  Installation” in the manual.  To install Guix on a running system,
  see “Installation” in the manual.

• Changes since version 0.12.0 (excerpt from the NEWS file)

  ** Package management

  *** Guix can now be used on aarch64 GNU/Linux systems
  *** New ‘guix pack’ command to create bundles
  *** New ‘guix copy’ command to copy store items over SSH
  *** New ‘--cache’ option for ‘guix publish’
  *** $GUIX_DAEMON_SOCKET can specify remote daemons
  *** Guix can now run on Guile 2.2, providing better 

Re: Extends GNU project goals (or let's aim for the stars)

2017-05-22 Thread Alfred M. Szmidt
   WDYT?

Awesome, I'll buy two.