guix hash: '-x' excludes '.git' even when it is a regular file. * guix/scripts/hash.scm (guix-hash)[vcs-file?]: Add case for '.git' regular files.
gnu: fftw: Factorize creation of the --enable-threads variant. * gnu/packages/algebra.scm (pthread-variant): New procedure. (fftw-with-threads, fftwf-with-threads): Use it.
gnu: Disambiguate packages with the same name. * gnu/packages/algebra.scm (fftw-with-threads, fftwf-with-threads): Add 'name' field. * gnu/packages/llvm.scm (llvm-for-extempore): Likewise.
gnu: gfortran: Remove non-'eq?' duplicate of gfortran@4.9. * gnu/packages/gcc.scm (gfortran): Turn into an alias for GFORTRAN-4.9.
gnu: python-s3transfer: Update to 0.1.10. * gnu/packages/python.scm (python-s3transfer): Update to 0.1.10.
gnu: python-greenlet: Update to 0.4.11. * gnu/packages/python.scm (python-greenlet): Update to 0.4.11.
gnu: python-mako: Update to 1.0.6. * gnu/packages/python.scm (python-mako): Update to 1.0.6.
gnu: awscli: Update to 1.11.35. * gnu/packages/python.scm (awscli): Update to 1.11.35.
gnu: python-werkzeug: Update to 0.11.15. * gnu/packages/python.scm (python-werkzeug): Update to 0.11.15.
gnu: python-backports-abc: Update to 0.5. * gnu/packages/python.scm (python-backports-abc): Update to 0.5.
gnu: python-decorator: Update to 4.0.10. * gnu/packages/python.scm (python-decorator): Update to 4.0.10.
gnu: python-pycparser: Use ‘modify-phases’ syntax. * gnu/packages/python.scm (python-pycparser)[arguments]: Use ‘modify-phases’.
gnu: python-pycparser: Update to 2.17. * gnu/packages/python.scm (python-pycparser): Update to 2.17.
gnu: beets: Build with Python 3. * gnu/packages/music.scm (beets)[arguments]: Build with python@3. (native-inputs): Use Python-2 variants of all inputs. (inputs): Use Python-2 variants of all inputs. Remove python-pyechonest.
gnu: beets: Update to 1.4.2. * gnu/packages/music.scm (beets): Update to 1.4.2.
gnu: python-pyicu: Update to 1.9.5. * gnu/packages/python.scm (python-pyicu, python2-pyicu): Update to 1.9.5. [source]: Use pypi-uri.
gnu: yosys: Update to 0.7. * gnu/packages/fpga.scm (yosys): Update to 0.7. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: yosys: Add xdot functionality. * gnu/packages/fpga.scm (yosys)[inputs]: Add xdot, graphviz and psmisc. [arguments]: Add 'fix-paths' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add xdot. * gnu/packages/graphviz.scm (xdot): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
ui: It's 2017 now! * guix/ui.scm (show-version-and-exit): Change year to 2017.