aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * gnu: ungoogled-chromium: Build against ICU 64.Marius Bakke2019-06-30
| | | | | | | | | | | | | | | * gnu/packages/icu4c.scm (icu4c-64): New public variable. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change ICU4C to ICU4C-64.
| * | gnu: ghc-primitive: Update to 0.6.4.0.Robert Vollmert2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-primitive): Update to 0.6.4.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| * | gnu: postgresql@10: Update to 10.9.Marius Bakke2019-07-02
| | | | | | | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.9.
| * | gnu: tzdata: Update to 2019b.Marius Bakke2019-07-02
| | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2019b.
| * | gnu: ImageMagick: Update to 6.9.10-51.Marius Bakke2019-07-02
| | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-51.
| * | gnu: python-mako: Update to 1.0.13.Marius Bakke2019-07-02
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-mako): Update to 1.0.13.
| * | gnu: python-pycparser: Update to 2.19.Marius Bakke2019-07-02
| | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-pycparser): Update to 2.19. [arguments]: End phases on #t.
| * | gnu: perl-module-build: Update to 0.4229.Marius Bakke2019-07-02
| | | | | | | | | | | | * gnu/packages/perl.scm (perl-module-build): Update to 0.4229.
| * | gnu: tzdata: Update source URI.Marius Bakke2019-07-02
| | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata, tzdata-for-tests)[source, native-inputs]: Update redirected URIs.
| * | gnu: python-cython: Update to 0.29.11.Marius Bakke2019-06-30
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.11.
| * | gnu: ImageMagick: Update to 6.9.10-50.Marius Bakke2019-06-30
| | | | | | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-50.
| * | gnu: perl-net-ssleay: Update source URI.Marius Bakke2019-06-30
| | | | | | | | | | | | | | | | | | This is a follow-up to commit 966e4beadcf5dcc7537ccdbe42505c9129c5dd08. * gnu/packages/tls.scm (perl-net-ssleay)[source](uri): Update to current.
| * | gnu: perl-net-ssleay: Update to 1.88.Marius Bakke2019-06-29
| | | | | | | | | | | | * gnu/packages/tls.scm (perl-net-ssleay): Update to 1.88.
| * | gnu: gtk+: Update to 3.24.9.Marius Bakke2019-06-29
| | | | | | | | | | | | * gnu/packages/gtk.scm (gtk+): Update to 3.24.9.
| * | gnu: libinput: Update to 1.13.4.Marius Bakke2019-06-29
| | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.13.4.
| * | gnu: nss, nss-certs: Update to 3.44.1.Marius Bakke2019-06-29
| | | | | | | | | | | | | | | * gnu/packages/certs.scm (nss-certs): Update to 3.44.1. * gnu/packages/nss.scm (nss): Likewise.
| * | gnu: mesa: Do not pass an empty string argument to the build system.Marius Bakke2019-06-29
| | | | | | | | | | | | | | | | | | | | | This is a follow-up to commit 301b2e74f986385664153e6e770e238b351f5cf0. * gnu/packages/gl.scm (mesa)[arguments]: Return the empty list instead of an empty string for the non-matching case.
| * | Merge branch 'master' into stagingMarius Bakke2019-06-29
| |\|
| | * gnu: nginx: Update to 1.17.1.Marius Bakke2019-06-29
| | | | | | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.17.1.
| | * gnu: gstreamer: Fix buffer offset problem.Marius Bakke2019-06-29
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/gstreamer-buffer-reset-offset.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gstreamer)[source](patches): New field. [arguments]: Do not disable any tests.
| | * gnu: stow: Update license information.Efraim Flashner2019-06-29
| | | | | | | | | | | | * gnu/packages/package-management.scm (stow)[license]: Update to gpl3+.
| | * download: Remove hydra from content-addressed URL listTobias Geerinckx-Rice2019-06-29
| | | | | | | | | | | | | | | | | | * guix/build/download-nar.scm (urls-for-item): Remove mirror.hydra.gnu.org. * guix/download.scm (%content-addressed-mirrors): Likewise.
| | * etc: Remove hydra.gnu.org.pub key.Tobias Geerinckx-Rice2019-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | * etc/substitutes/hydra.gnu.org.pub: Delete file. * guix/self.scm (miscellaneous-files): Don't install it. * Makefile.am (dist_pkgdata_DATA): Remove it. * gnu/services/base.scm (%default-authorized-guix-keys): Likewise. (hydra-key-authorization): Rename to… (substitute-key-authorization): …this. Adjust only call site.
| | * doc: Correct the software behind ci.guix.gnu.org.Tobias Geerinckx-Rice2019-06-29
| | | | | | | | | | | | * doc/guix.texi (Invoking guix publish): It runs Cuirass.
| | * doc: Remove references to hydra.gnu.org.Tobias Geerinckx-Rice2019-06-29
| | | | | | | | | | | | | | | | | | | | | * doc/contributing.texi (Packaging Guidelines, Submitting Patches): Replace hydra URL with @value{SUBSTITUTE-SERVER}. * doc/guix.texi (Official Substitute Server): Remove ‘hydra’ @cindex. (Substitute Server Authorization): Remove note about hydra.gnu.org.pub.
| | * guix-install.sh: Don't authorise hydra.gnu.org.Tobias Geerinckx-Rice2019-06-29
| | | | | | | | | | | | | | | * etc/guix-install.sh (sys_authorize_build_farms): Authorise only ci.guix.gnu.org and make all references to it singular.
| | * gnu: flashrom: Update to 1.1.Tobias Geerinckx-Rice2019-06-29
| | | | | | | | | | | | * gnu/packages/flashing-tools.scm (flashrom): Update to 1.1.
| | * gnu: di: Update to 4.47.1.Tobias Geerinckx-Rice2019-06-29
| | | | | | | | | | | | * gnu/packages/admin.scm (di): Update to 4.47.1.
| | * gnu: stow: Update to 2.3.0.Eric Bavier2019-06-28
| | | | | | | | | | | | | | | * gnu/packages/package-management.scm (stow): Update to 2.3.0. [propagated-inputs]: New field.
| | * gnu: Add Perl Clone::Choose.Eric Bavier2019-06-28
| | | | | | | | | | | | * gnu/packages/perl.scm (perl-clone-choose): New variable.
| | * gnu: rust: use llvm@8Ivan Petkov2019-06-28
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/llvm.scm (llvm): Rename to... (llvm-8): ...this. (llvm): New variable. * gnu/packages/rust.scm (rust)[inputs]: Use llvm-8
| | * gnu: rust: downgrade older versions to llvm@6Ivan Petkov2019-06-28
| | | | | | | | | | | | * gnu/packages/rust.scm: (rust-1.30): Remove llvm override.
| | * gnu: rust: remove debug-info patch thanks to newer gdb versionIvan Petkov2019-06-28
| | | | | | | | | | | | | | | | | | | | | * gnu/local.mk: (dist_patch_DATA): Delete %D%/packages/patches/rust-1.30-gdb-llvm.patch * gnu/packages/rust.scm: (rust-1.30): Delete patch overrides. (rust-1.31): Delete patch overrides.
| | * gnu: r-quantreg: Update to 5.41.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-quantreg): Update to 5.41.
| | * gnu: r-fpc: Update to 2.2-3.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | | | | * gnu/packages/statistics.scm (r-fpc): Update to 2.2-3. [propagated-inputs]: Remove r-mvtnorm.
| | * gnu: r-mclust: Update to 5.4.4.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-mclust): Update to 5.4.4.
| | * gnu: r-mvtnorm: Update to 1.0-11.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-mvtnorm): Update to 1.0-11.
| | * gnu: r-segmented: Update to 1.0-0.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-segmented): Update to 1.0-0.
| | * gnu: r-plotrix: Update to 3.7-6.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-plotrix): Update to 3.7-6.
| | * gnu: r-dbplyr: Update to 1.4.2.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-dbplyr): Update to 1.4.2.
| | * gnu: r-rlang: Update to 0.4.0.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-rlang): Update to 0.4.0.
| | * gnu: r-gdtools: Update to 0.1.9.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-gdtools): Update to 0.1.9.
| | * gnu: r-cluster: Update to 2.1.0.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/statistics.scm (r-cluster): Update to 2.1.0.
| | * gnu: r-future-apply: Update to 1.3.0.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/cran.scm (r-future-apply): Update to 1.3.0.
| | * gnu: r-bootstrap: Update to 2019.6.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/cran.scm (r-bootstrap): Update to 2019.6.
| | * gnu: r-rnifti: Update to 0.11.0.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/cran.scm (r-rnifti): Update to 0.11.0.
| | * gnu: r-rgl: Update to 0.100.24.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/cran.scm (r-rgl): Update to 0.100.24.
| | * gnu: r-remotes: Update to 2.1.0.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/cran.scm (r-remotes): Update to 2.1.0.
| | * gnu: r-bayestestr: Update to 0.2.2.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/cran.scm (r-bayestestr): Update to 0.2.2.
| | * gnu: r-emmeans: Update to 1.3.5.1.Ricardo Wurmus2019-06-29
| | | | | | | | | | | | * gnu/packages/cran.scm (r-emmeans): Update to 1.3.5.1.