jackhill/guix/guix.git
6 years agodoc: Fix typo.
Tobias Geerinckx-Rice [Sat, 24 Mar 2018 16:49:52 +0000 (17:49 +0100)]
doc: Fix typo.

* doc/guix.texi (Web Services): Fix ‘wether’ typo.

6 years agognu: less: Update to 530.
Ludovic Courtès [Sat, 24 Mar 2018 23:29:59 +0000 (00:29 +0100)]
gnu: less: Update to 530.

* gnu/packages/less.scm (less): Update to 530.

6 years agomaint: Adjust 'check-final-inputs-self-contained' for glibc:static.
Ludovic Courtès [Sat, 24 Mar 2018 23:22:53 +0000 (00:22 +0100)]
maint: Adjust 'check-final-inputs-self-contained' for glibc:static.

This change is necessary to cope with
6dff905e51202bbdebbad8811b6509584d12a796.

* build-aux/check-final-inputs-self-contained.scm (final-inputs): Change
'match' pattern to match (LABEL PACKAGE OUTPUT).

6 years agognu: cuirass: Update to 326264c.
Ludovic Courtès [Sat, 24 Mar 2018 23:18:26 +0000 (00:18 +0100)]
gnu: cuirass: Update to 326264c.

* gnu/packages/ci.scm (cuirass): Update to 326264c.

6 years agognu: sablevm: Do not change GC, just disable stripping.
Ricardo Wurmus [Sat, 24 Mar 2018 23:14:30 +0000 (00:14 +0100)]
gnu: sablevm: Do not change GC, just disable stripping.

* gnu/packages/java.scm (sablevm)[arguments]: Disable stripping; do not play
with GC settings as they have no reliable effect on build success.

6 years agognu: sablevm: Use a different GC implementation.
Ricardo Wurmus [Sat, 24 Mar 2018 21:56:39 +0000 (22:56 +0100)]
gnu: sablevm: Use a different GC implementation.

This is an attempt to fix a segfault when building ant-bootstrap.

* gnu/packages/java.scm (sablevm)[arguments]: Use gencopy GC implementation.

6 years agognu: sablevm-classpath: Remove unnecessary inputs.
Ricardo Wurmus [Sat, 24 Mar 2018 21:55:48 +0000 (22:55 +0100)]
gnu: sablevm-classpath: Remove unnecessary inputs.

* gnu/packages/java.scm (sablevm-classpath)[inputs]: Remove.

6 years agognu: Add u-boot-pine64-plus.
Efraim Flashner [Wed, 31 Jan 2018 19:10:47 +0000 (21:10 +0200)]
gnu: Add u-boot-pine64-plus.

* gnu/packages/bootloaders.scm (u-boot-pine64-plus): New variable.

6 years agognu: make-u-boot-package: Install 'itb' and 'dtb' files also.
Efraim Flashner [Wed, 31 Jan 2018 19:09:54 +0000 (21:09 +0200)]
gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.

* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
'itb' and 'dtb' files to the files installed during custom 'install phase.

6 years agognu: arm-trusted-firmware-pine64-plus: New variable.
Efraim Flashner [Wed, 31 Jan 2018 19:08:12 +0000 (21:08 +0200)]
gnu: arm-trusted-firmware-pine64-plus: New variable.

* gnu/packages/firmware.scm (arm-trusted-firmware-pine64-plus): New
variable.

6 years agognu: make-arm-trusted-firmware: New procedure.
Efraim Flashner [Wed, 31 Jan 2018 19:07:32 +0000 (21:07 +0200)]
gnu: make-arm-trusted-firmware: New procedure.

* gnu/packages/firmware.scm (make-arm-trusted-firmware): New procedure.

6 years agognu: tvtime: Fix build.
Alex Kost [Sat, 17 Mar 2018 20:24:08 +0000 (23:24 +0300)]
gnu: tvtime: Fix build.

* gnu/packages/tv.scm (tvtime)[native-inputs]: Add 'pkg-config' to avoid
compilation errors.

6 years agognu: dunst: Update to 1.3.1.
Alex Kost [Sat, 17 Mar 2018 19:56:45 +0000 (22:56 +0300)]
gnu: dunst: Update to 1.3.1.

* gnu/packages/dunst.scm (dunst): Update to 1.3.1.
[arguments]: Add SERVICEDIR_DBUS make flag.
[inputs]: Use 'gdk-pixbuf' instead of 'gtk'.

6 years agognu: streamlink: Update to 0.11.0.
Oleg Pykhalov [Fri, 23 Mar 2018 22:44:05 +0000 (01:44 +0300)]
gnu: streamlink: Update to 0.11.0.

* gnu/packages/video.scm (streamlink): Update to 0.11.0.
[native-inputs]: Add python-urllib3.

6 years agotests: Add tests for "guix system disk-image" et al.
Chris Marusich [Thu, 15 Mar 2018 04:09:15 +0000 (05:09 +0100)]
tests: Add tests for "guix system disk-image" et al.

* tests/guix-system.sh: Add test cases that exercise (1) all of the
  example files in gnu/system/examples, and (2) all of the "image"
  creation commands: vm, vm-image, disk-image, and docker-image.

6 years agosystem: Add "guix system docker-image" command.
Chris Marusich [Mon, 19 Feb 2018 04:45:03 +0000 (05:45 +0100)]
system: Add "guix system docker-image" command.

* gnu/system/vm.scm (system-docker-image): New procedure.
* guix/scripts/system.scm (system-derivation-for-action): Add a case for
  docker-image, and in that case, call system-docker-image.
  (show-help): Document docker-image.
  (guix-system): Parse arguments for docker-image.
* doc/guix.texi (Invoking guix system): Document "guix system
  docker-image".
* gnu/system/examples/docker-image.tmpl: New file.

6 years agoguix: Rewrite build-docker-image to allow more paths.
Chris Marusich [Thu, 15 Mar 2018 04:09:13 +0000 (05:09 +0100)]
guix: Rewrite build-docker-image to allow more paths.

* guix/docker.scm (build-docker-image): Rename "path" argument to
  "prefix" to reflect the fact that it is used as a prefix for the
  symlink targets.  Add the "paths" argument, and remove the "closure"
  argument, since it is now redundant.  Add a "transformations"
  argument.
* guix/scripts/pack.scm (docker-image): Read the profile's reference
  graph and provide its paths to build-docker-image via the new "paths"
  argument.

6 years agognu: When building in a VM, share a temporary directory.
Chris Marusich [Thu, 15 Mar 2018 04:09:12 +0000 (05:09 +0100)]
gnu: When building in a VM, share a temporary directory.

* gnu/build/vm.scm (load-in-linux-vm): Make a shared temporary directory
  available in the VM.
* gnu/system/vm.scm (%linux-vm-file-systems): Add a corresponding entry.

6 years agovm: Allow control of deduplication in root-partition-initializer.
Chris Marusich [Thu, 15 Mar 2018 04:09:11 +0000 (05:09 +0100)]
vm: Allow control of deduplication in root-partition-initializer.

* gnu/build/vm.scm (root-partition-initializer): Add #:deduplicate?
  keyword argument.

6 years agotests: Add tests for "guix pack".
Chris Marusich [Sun, 11 Mar 2018 00:13:01 +0000 (01:13 +0100)]
tests: Add tests for "guix pack".

* guix/scripts/pack.scm (bootstrap-xz): New variable.
  (%options) <--bootstrap>: New option.
  (show-help): Document the new --bootstrap option.
  (guix-pack): When --bootstrap is specified, use the bootstrap Guile,
  tar, and xz to build the pack, and do not use any profile hooks or
  locales.
* doc/guix.texi (Invoking guix pull): Document the new --bootstrap
  option.
* tests/guix-pack.sh: New file.
* Makefile.am (SH_TESTS): Add guix-pack.sh.
* gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.

6 years agognu: Add r-catdap.
Sahithi Yarlagadda [Fri, 23 Mar 2018 20:06:55 +0000 (01:36 +0530)]
gnu: Add r-catdap.

* gnu/packages/cran.scm (r-catdap): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
6 years agognu: Keep Krita 3 along with Krita 4.
Leo Famulari [Fri, 23 Mar 2018 19:41:30 +0000 (15:41 -0400)]
gnu: Keep Krita 3 along with Krita 4.

* gnu/packages/kde.scm (krita-3): New variable.

6 years agognu: java-aqute-bnd-annotation: Update to 3.5.0.
Gábor Boskovits [Sun, 7 Jan 2018 21:44:12 +0000 (22:44 +0100)]
gnu: java-aqute-bnd-annotation: Update to 3.5.0.

* gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
6 years agodoc: Move Cgit Service documentation to the Version Control section.
Leo Famulari [Wed, 21 Mar 2018 23:22:40 +0000 (19:22 -0400)]
doc: Move Cgit Service documentation to the Version Control section.

* doc/guix.texi (Miscellaneous Services): Move the Cgit Service to
section Version Control Services.

6 years agogexp: 'program-file' has a new #:module-path parameter.
Ludovic Courtès [Fri, 23 Mar 2018 17:35:32 +0000 (18:35 +0100)]
gexp: 'program-file' has a new #:module-path parameter.

* guix/gexp.scm (<program-file>): Add 'path' field.
(program-file): Add #:module-path parameter and honor it.
(program-file-compiler): Honor the 'path' field.
* tests/gexp.scm ("program-file #:module-path"): New test.
* doc/guix.texi (G-Expressions): Update.

6 years agogexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter.
Ludovic Courtès [Fri, 23 Mar 2018 17:21:28 +0000 (18:21 +0100)]
gexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter.

* guix/gexp.scm (load-path-expression): Add 'path' optional parameter.
(gexp->script): Add #:module-path and honor it.
(gexp->file): Likewise.
* tests/gexp.scm ("gexp->script #:module-path"): New test.
* doc/guix.texi (G-Expressions): Update accordingly.

6 years agognu: git: Update to 2.16.3.
Tobias Geerinckx-Rice [Fri, 23 Mar 2018 12:57:29 +0000 (13:57 +0100)]
gnu: git: Update to 2.16.3.

* gnu/packages/version-control.scm (git): Update to 2.16.3.

6 years agognu: libgee: Update to 0.20.1.
Tobias Geerinckx-Rice [Fri, 23 Mar 2018 08:22:32 +0000 (09:22 +0100)]
gnu: libgee: Update to 0.20.1.

* gnu/packages/gnome.scm (libgee): Update to 0.20.1.

6 years agognu: fribidi: Update to 1.0.2.
Tobias Geerinckx-Rice [Fri, 23 Mar 2018 07:56:30 +0000 (08:56 +0100)]
gnu: fribidi: Update to 1.0.2.

* gnu/packages/fribidi.scm (fribidi): Update to 1.0.2.
[arguments]: Disable building documentation for now.

6 years agognu: parallel: Update to 20180322.
Tobias Geerinckx-Rice [Thu, 22 Mar 2018 14:19:00 +0000 (15:19 +0100)]
gnu: parallel: Update to 20180322.

* gnu/packages/parallel.scm (parallel): Update to 20180322.

6 years agognu: coq-flocq: Use predictable source URI.
Tobias Geerinckx-Rice [Thu, 22 Mar 2018 14:17:11 +0000 (15:17 +0100)]
gnu: coq-flocq: Use predictable source URI.

* gnu/packages/ocaml.scm (coq-flocq)[source]: Use predictable URI.

6 years agognu: linux-libre@4.9: Update to 4.9.89.
Mark H Weaver [Fri, 23 Mar 2018 08:49:15 +0000 (04:49 -0400)]
gnu: linux-libre@4.9: Update to 4.9.89.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.89.

6 years agognu: linux-libre@4.4: Update to 4.4.123.
Mark H Weaver [Fri, 23 Mar 2018 08:48:43 +0000 (04:48 -0400)]
gnu: linux-libre@4.4: Update to 4.4.123.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.123.

6 years agognu: Add lyx.
Danny Milosavljevic [Tue, 13 Mar 2018 02:20:53 +0000 (03:20 +0100)]
gnu: Add lyx.

* gnu/packages/patches/lyx-2.2.3-fix-test.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/tex.scm (lyx): New variable.

6 years agognu: node: Update to 9.9.0.
Jelle Licht [Thu, 22 Mar 2018 17:24:57 +0000 (18:24 +0100)]
gnu: node: Update to 9.9.0.

* gnu/packages/node.scm (node): Update to 9.9.0.

6 years agognu: krita: Update to 4.0.0.
Leo Famulari [Thu, 22 Mar 2018 16:00:58 +0000 (12:00 -0400)]
gnu: krita: Update to 4.0.0.

* gnu/packages/kde.scm (krita): Update to 4.0.0.

6 years agognu: darktable: Update to 2.4.2.
Leo Famulari [Thu, 22 Mar 2018 16:01:16 +0000 (12:01 -0400)]
gnu: darktable: Update to 2.4.2.

* gnu/packages/photo.scm (darktable): Update to 2.4.2.

6 years agognu: r-bookdown: Do not propagate ghc-pandoc.
Ricardo Wurmus [Thu, 22 Mar 2018 16:05:42 +0000 (17:05 +0100)]
gnu: r-bookdown: Do not propagate ghc-pandoc.

This package propagates r-rmarkdown, which propagates its own variant of
Pandoc.

* gnu/packages/bioinformatics.scm (r-bookdown)[propagated-inputs]: Remove
ghc-pandoc.

6 years agognu: nginx: Update to 1.13.10.
Marius Bakke [Thu, 22 Mar 2018 13:31:17 +0000 (14:31 +0100)]
gnu: nginx: Update to 1.13.10.

* gnu/packages/web.scm (nginx): Update to 1.13.10.
[arguments]: Update kernel version to match glibc minimum requirement.

6 years agognu: nmap: Update to 7.70.
Marius Bakke [Thu, 22 Mar 2018 13:30:19 +0000 (14:30 +0100)]
gnu: nmap: Update to 7.70.

* gnu/packages/admin.scm (nmap): Update to 7.70.
[source](snippet): End on #t.
[inputs]: Add ZLIB.

6 years agognu: talloc: Update to 2.1.12.
Marius Bakke [Thu, 22 Mar 2018 13:16:36 +0000 (14:16 +0100)]
gnu: talloc: Update to 2.1.12.

* gnu/packages/samba.scm (talloc): Update to 2.1.12.

6 years agognu: certbot: Update to 0.22.2.
Marius Bakke [Thu, 22 Mar 2018 13:14:09 +0000 (14:14 +0100)]
gnu: certbot: Update to 0.22.2.

* gnu/packages/tls.scm (python-acme, certbot): Update to 0.22.2.

6 years agognu: python-cryptography: Update to 2.2.1.
Marius Bakke [Thu, 22 Mar 2018 13:02:11 +0000 (14:02 +0100)]
gnu: python-cryptography: Update to 2.2.1.

* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.2.1.

6 years agopublish: Always build a new derivation for the "/log/NAME" test.
Ludovic Courtès [Thu, 22 Mar 2018 11:54:31 +0000 (12:54 +0100)]
publish: Always build a new derivation for the "/log/NAME" test.

Fixes <https://bugs.gnu.org/30868>.
Reported by Martin Castillo <castilma@uni-bremen.de>.

* tests/publish.scm ("/log/NAME"): Use #$(random-text) in the builder.

6 years agopublish: Add test for non-GET queries.
Ludovic Courtès [Thu, 22 Mar 2018 11:51:23 +0000 (12:51 +0100)]
publish: Add test for non-GET queries.

* tests/publish.scm ("non-GET query"): New test.

6 years agognu: Add supercollider.
Maxim Cournoyer [Mon, 5 Mar 2018 04:03:26 +0000 (23:03 -0500)]
gnu: Add supercollider.

* gnu/packages/audio.scm (supercollider): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: yaml-cpp: Update to 0.6.1.
Maxim Cournoyer [Tue, 6 Mar 2018 01:15:35 +0000 (20:15 -0500)]
gnu: yaml-cpp: Update to 0.6.1.

* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add boost-sync.
Maxim Cournoyer [Mon, 5 Mar 2018 03:50:04 +0000 (22:50 -0500)]
gnu: Add boost-sync.

* gnu/packages/boost.scm (boost-sync): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agodoc: Add index entries for realtime and jackd in the manual.
Maxim Cournoyer [Sun, 11 Mar 2018 04:09:56 +0000 (23:09 -0500)]
doc: Add index entries for realtime and jackd in the manual.

* doc/guix.texi (Base Services): Add realtime and jackd indices to the
`pam-limits-service' service, as the examples shows how they can be
configured.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: shepherd: Update to 0.4.0.
Ludovic Courtès [Thu, 22 Mar 2018 10:42:22 +0000 (11:42 +0100)]
gnu: shepherd: Update to 0.4.0.

* gnu/packages/admin.scm (shepherd): Update to 0.4.0.  Remove patches.
* gnu/packages/patches/shepherd-close-fds.patch,
gnu/packages/patches/shepherd-herd-status-sorted.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/services/admin.scm (%default-rotations): Remove
/var/log/shepherd.log.

6 years agoservices: rottlog: Add /var/log/debug to '%default-rotations'.
Ludovic Courtès [Thu, 22 Mar 2018 10:18:26 +0000 (11:18 +0100)]
services: rottlog: Add /var/log/debug to '%default-rotations'.

* gnu/services/admin.scm (%rotated-files): Add "/var/log/debug".

6 years agognu: linux-libre: Update to 4.15.12.
Mark H Weaver [Thu, 22 Mar 2018 00:48:49 +0000 (20:48 -0400)]
gnu: linux-libre: Update to 4.15.12.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.12.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.14: Update to 4.14.29.
Mark H Weaver [Thu, 22 Mar 2018 00:47:53 +0000 (20:47 -0400)]
gnu: linux-libre@4.14: Update to 4.14.29.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.29.
(%linux-libre-4.14-hash): Update hash.

6 years agognu: emacs-deferred: Update to 0.5.1.
Vasile Dumitrascu [Wed, 21 Mar 2018 20:42:54 +0000 (21:42 +0100)]
gnu: emacs-deferred: Update to 0.5.1.

* gnu/packages/emacs.scm (emacs-deferred): Update to 0.5.1.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
6 years agognu: emacs-clojure-mode: Update to 5.6.1.
Vasile Dumitrascu [Wed, 21 Mar 2018 20:18:04 +0000 (21:18 +0100)]
gnu: emacs-clojure-mode: Update to 5.6.1.

* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.6.1.

6 years agoFix copyright notice for Nils Gillmann.
Leo Famulari [Wed, 21 Mar 2018 22:23:15 +0000 (18:23 -0400)]
Fix copyright notice for Nils Gillmann.

This is a followup to commit af23710ff522bb4e6cedf841c4fb977d96c9d8b3.

* gnu/packages/linux.scm: Fix name and email address for Nils Gillmann.

6 years agognu: mpd: Update to 0.20.18.
Leo Famulari [Wed, 21 Mar 2018 16:18:00 +0000 (12:18 -0400)]
gnu: mpd: Update to 0.20.18.

* gnu/packages/mpd.scm (mpd): Update to 0.20.18.

6 years agognu: Add tinyscheme.
Tobias Geerinckx-Rice [Fri, 9 Mar 2018 01:40:28 +0000 (02:40 +0100)]
gnu: Add tinyscheme.

* gnu/packages/scheme.scm (tinyscheme): New public variable.

6 years agognu: libosinfo: Update usb.ids.
Tobias Geerinckx-Rice [Wed, 21 Mar 2018 15:59:31 +0000 (16:59 +0100)]
gnu: libosinfo: Update usb.ids.

This follows up commit 0def9120882f90372fd6bb2e80e8330d67745610, which
tried to use the CVS ID as the SVN revision, which unfortunately doesn't
work.

* gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Update
revision and hash for ‘usb.ids’.

6 years agognu: rawtherapee: Update to 5.4.
Leo Famulari [Wed, 21 Mar 2018 15:43:00 +0000 (11:43 -0400)]
gnu: rawtherapee: Update to 5.4.

* gnu/packages/photo.scm (rawtherapee): Update to 5.4.

6 years agognu: pigx-chipseq: Update to 0.0.10.
Ricardo Wurmus [Wed, 21 Mar 2018 10:52:56 +0000 (11:52 +0100)]
gnu: pigx-chipseq: Update to 0.0.10.

* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.10.
[inputs]: Remove r-rcas and duplicate of snakemake; add r-biocparallel,
r-biostrings, r-dplyr, r-genomicalignments, rsamtools, r-s4vectors, r-tibble,
r-tidyr, r-htmlwidgets, and r-rmarkdown.

6 years agognu: libosinfo: Fix URL for usb.ids.
Danny Milosavljevic [Wed, 21 Mar 2018 07:20:38 +0000 (08:20 +0100)]
gnu: libosinfo: Fix URL for usb.ids.

Fixes <http://bugs.gnu.org/30890>.

* gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Fix URL of
"usb.ids".

6 years agognu: texlive-fonts-amsfonts: Make build reproducible.
Danny Milosavljevic [Wed, 21 Mar 2018 00:34:34 +0000 (01:34 +0100)]
gnu: texlive-fonts-amsfonts: Make build reproducible.

* gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]<#:phases>[build]:
Make build reproducible.

6 years agognu: util-linux: Fix CVE-2018-7738 without grafting.
Leo Famulari [Mon, 19 Mar 2018 21:13:26 +0000 (17:13 -0400)]
gnu: util-linux: Fix CVE-2018-7738 without grafting.

* gnu/packages/linux.scm (util-linux)[replacement]: Remove field.
(util-linux-2.31.1): New variable.
* gnu/system.scm (%base-packages): Use util-linux-2.31.1.

6 years agognu: gparted: Update to 0.31.0.
Tobias Geerinckx-Rice [Tue, 20 Mar 2018 18:41:05 +0000 (19:41 +0100)]
gnu: gparted: Update to 0.31.0.

* gnu/packages/disk.scm (gparted): Update to 0.31.0.

6 years agognu: coq-flocq: Update phase style.
Tobias Geerinckx-Rice [Tue, 20 Mar 2018 16:49:01 +0000 (17:49 +0100)]
gnu: coq-flocq: Update phase style.

* gnu/packages/ocaml.scm (coq-flocq)[arguments]: Substitute INVOKE for
SYSTEM* and end all phases with an explicit #t.

6 years agognu: leocad: Use HTTPS home page.
Tobias Geerinckx-Rice [Tue, 20 Mar 2018 05:15:52 +0000 (06:15 +0100)]
gnu: leocad: Use HTTPS home page.

* gnu/packages/lego.scm (leocad)[home-page]: Use HTTPS.

6 years agognu: leocad: Update phase style.
Tobias Geerinckx-Rice [Tue, 20 Mar 2018 05:14:28 +0000 (06:14 +0100)]
gnu: leocad: Update phase style.

* gnu/packages/lego.scm (leocad)[arguments]: Substitute INVOKE for
SYSTEM* and end all phases with an explicit #t.

6 years agognu: leocad: Update to 18.02.
Tobias Geerinckx-Rice [Tue, 20 Mar 2018 01:03:27 +0000 (02:03 +0100)]
gnu: leocad: Update to 18.02.

* gnu/packages/lego.scm (leocad): Update to 18.02.

6 years agognu: gmp-ecm: Update to 7.0.4.
Tobias Geerinckx-Rice [Tue, 20 Mar 2018 15:48:53 +0000 (16:48 +0100)]
gnu: gmp-ecm: Update to 7.0.4.

* gnu/packages/algebra.scm (gmp-ecm): Update to 7.0.4.
[source]: Use predictable URI.

6 years agognu: r-spams: Use predictable source URI.
Tobias Geerinckx-Rice [Tue, 20 Mar 2018 15:45:45 +0000 (16:45 +0100)]
gnu: r-spams: Use predictable source URI.

* gnu/packages/statistics.scm (r-spams)[source]: Use predictable
URI.

6 years agognu: pigx-chipseq: Update to 0.0.9.
Ricardo Wurmus [Tue, 20 Mar 2018 18:07:59 +0000 (19:07 +0100)]
gnu: pigx-chipseq: Update to 0.0.9.

* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.9.
[inputs]: Add coreutils and grep.

6 years agognu: Add python-logwrap.
Vijayalakshmi [Mon, 19 Mar 2018 16:50:25 +0000 (22:20 +0530)]
gnu: Add python-logwrap.

* gnu/packages/python.scm (python-logwrap): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
6 years agognu: python-ptyprocess: Update source URL.
Oleg Pykhalov [Tue, 20 Mar 2018 18:42:03 +0000 (21:42 +0300)]
gnu: python-ptyprocess: Update source URL.

* gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.

6 years agognu: rofi: Update source hash.
Marius Bakke [Tue, 20 Mar 2018 18:23:34 +0000 (19:23 +0100)]
gnu: rofi: Update source hash.

The tarball was updated in-place with a bugfix; see
<https://github.com/DaveDavenport/rofi/issues/782>.

* gnu/packages/xdisorg.scm (rofi)[source](sha256): Adjust hash.
[arguments]: Remove phase 'add-missing-configuration-files'.

6 years agoCorrect name and Email for ng0.
ng0 [Tue, 20 Mar 2018 15:39:45 +0000 (15:39 +0000)]
Correct name and Email for ng0.

* .mailmap: Correct name and Email for ng0.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/emacs.scm, gnu/packages/enlightenment.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm,
gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,
gnu/packages/guile.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm,
gnu/packages/image-viewers.scm, gnu/packages/image.scm,
gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm,
gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm,
gnu/packages/music.scm, gnu/packages/ncurses.scm,
gnu/packages/networking.scm, gnu/packages/nickle.scm,
gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-crypto.scm, gnu/packages/python-web.scm,
gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/ruby.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/serialization.scm,
gnu/packages/shells.scm, gnu/packages/ssh.scm,
gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm,
gnu/packages/xfce.scm, gnu/packages/xml.scm,
gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm,
guix/licenses.scm: Likewise.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
6 years agognu: ruby-sanitize: Update to 4.6.3.
Kei Kebreau [Tue, 20 Mar 2018 14:07:00 +0000 (10:07 -0400)]
gnu: ruby-sanitize: Update to 4.6.3.

This fixes CVE-2018-3740.

* gnu/packages/ruby.scm (ruby-sanitize): Update to 4.6.3.

6 years agognu: cdogs-sdl: Update to commit bab20313.
宋文武 [Tue, 20 Mar 2018 13:11:00 +0000 (21:11 +0800)]
gnu: cdogs-sdl: Update to commit bab20313.

Fixes <https://bugs.gnu.org/30623>.

* gnu/packages/games.scm (cdogs-sdl): Update to commit
bab2031369b9ea2dbeb7eedbde10a43dd8ca83db.
[source]: Use git-fetch.

6 years agognu: Add r-dyn.
Sahithi Yarlagadda [Tue, 20 Mar 2018 02:08:55 +0000 (07:38 +0530)]
gnu: Add r-dyn.

* gnu/packages/cran.scm (r-dyn): New variable.

6 years agognu: pigx-bsseq: Update to 0.0.8.
Ricardo Wurmus [Tue, 20 Mar 2018 13:56:05 +0000 (14:56 +0100)]
gnu: pigx-bsseq: Update to 0.0.8.

* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.8.

6 years agoMerge branch 'staging'
Marius Bakke [Tue, 20 Mar 2018 13:13:05 +0000 (14:13 +0100)]
Merge branch 'staging'

6 years agognu: pigx-rnaseq: Update to 0.0.3.
Ricardo Wurmus [Tue, 20 Mar 2018 11:16:37 +0000 (12:16 +0100)]
gnu: pigx-rnaseq: Update to 0.0.3.

* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.3.
[inputs]: Add gzip.

6 years agognu: dnsmasq: Fix description typos.
Tobias Geerinckx-Rice [Mon, 19 Mar 2018 22:00:01 +0000 (23:00 +0100)]
gnu: dnsmasq: Fix description typos.

* gnu/packages/dns.scm (dnsmasq)[description]: Fix some typos.

6 years agognu: dnsmasq: Update to 2.79.
Tobias Geerinckx-Rice [Mon, 19 Mar 2018 21:58:48 +0000 (22:58 +0100)]
gnu: dnsmasq: Update to 2.79.

* gnu/packages/dns.scm (dnsmasq): Update to 2.79.

6 years agognu: certbot: Update to 0.22.1.
Marius Bakke [Tue, 20 Mar 2018 00:40:07 +0000 (01:40 +0100)]
gnu: certbot: Update to 0.22.1.

* gnu/packages/tls.scm (python-acme, certbot): Update to 0.22.1.

6 years agognu: python-cryptography: Update to 2.2.
Marius Bakke [Tue, 20 Mar 2018 00:25:10 +0000 (01:25 +0100)]
gnu: python-cryptography: Update to 2.2.

* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.2.

6 years agognu: imlib2: Update to 1.5.1.
Marius Bakke [Tue, 20 Mar 2018 00:24:48 +0000 (01:24 +0100)]
gnu: imlib2: Update to 1.5.1.

* gnu/packages/image.scm (imlib2): Update to 1.5.1.

6 years agognu: imagemagick: Update to 6.9.9-39.
Marius Bakke [Tue, 20 Mar 2018 00:09:16 +0000 (01:09 +0100)]
gnu: imagemagick: Update to 6.9.9-39.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-39.

6 years agognu: zziplib: Correct license.
Marius Bakke [Tue, 20 Mar 2018 00:02:13 +0000 (01:02 +0100)]
gnu: zziplib: Correct license.

* gnu/packages/compression.scm (zziplib)[license]: Add MPL1.1.

6 years agognu: zziplib: Update to 0.13.69.
Marius Bakke [Mon, 19 Mar 2018 23:56:04 +0000 (00:56 +0100)]
gnu: zziplib: Update to 0.13.69.

* gnu/packages/compression.scm (zziplib): Update to 0.13.69.
[home-page]: Use new GitHub home.
[source](uri): Adjust accordingly.
[arguments]: Remove.

6 years agognu: rofi: Update to 1.5.1.
Marius Bakke [Mon, 19 Mar 2018 23:27:07 +0000 (00:27 +0100)]
gnu: rofi: Update to 1.5.1.

* gnu/packages/xdisorg.scm (rofi): Update to 1.5.1.

6 years agoRevert "Revert "gnu: patchelf: Update argument phase.""
Marius Bakke [Mon, 19 Mar 2018 23:20:59 +0000 (00:20 +0100)]
Revert "Revert "gnu: patchelf: Update argument phase.""

This change only affects armhf, which doesn't use PatchELF.  My bad!

This reverts commit b1d096f869ed53b84486855d73c7e9070fdf3ae2.

6 years agoRevert "build-system/meson: Use 'target-arm32?' for armhf-linux case."
Marius Bakke [Mon, 19 Mar 2018 23:03:05 +0000 (00:03 +0100)]
Revert "build-system/meson: Use 'target-arm32?' for armhf-linux case."

This requires adding (guix utils) to the build inputs, and causes too many
rebuilds for now.

This reverts commit 24a2e9172a2d8970d57865c6130f2184385183a3.

6 years agoRevert "gnu: patchelf: Update argument phase."
Marius Bakke [Mon, 19 Mar 2018 22:46:25 +0000 (23:46 +0100)]
Revert "gnu: patchelf: Update argument phase."

It causes too many rebuilds this late in the 'staging' cycle.

This reverts commit c1d1cd817c7ab8d99e962e286c207943765a8e8f.

6 years agognu: uwsgi: Update to 2.0.17 [fixes CVE-2018-7490].
Leo Famulari [Mon, 19 Mar 2018 22:55:50 +0000 (18:55 -0400)]
gnu: uwsgi: Update to 2.0.17 [fixes CVE-2018-7490].

* gnu/packages/web.scm (uwsgi): Update to 2.0.17.
[source]: Use HTTPS URL.

6 years agognu: mcron: Update to 1.1 and deprecate "mcron2".
Ludovic Courtès [Mon, 19 Mar 2018 22:16:48 +0000 (23:16 +0100)]
gnu: mcron: Update to 1.1 and deprecate "mcron2".

* gnu/packages/guile.scm (mcron): Update to 1.1.
[native-inputs]: Add TZDATA-FOR-TESTS.
[arguments]: New field.
(mcron2): Define using 'deprecated-package'.
* gnu/services/mcron.scm: Replace 'mcron2' with 'mcron'.
* doc/guix.texi (Scheduled Job Execution): Likewise.
* gnu/tests/base.scm (%mcron-os): Remove comment about mcron2.

6 years agognu: linux-libre: Update to 4.15.11.
Mark H Weaver [Mon, 19 Mar 2018 22:02:29 +0000 (18:02 -0400)]
gnu: linux-libre: Update to 4.15.11.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.11.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.14: Update to 4.14.28.
Mark H Weaver [Mon, 19 Mar 2018 22:01:49 +0000 (18:01 -0400)]
gnu: linux-libre@4.14: Update to 4.14.28.

* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.28.
(%linux-libre-4.14-hash): Update hash.

6 years agognu: linux-libre@4.9: Update to 4.9.88.
Mark H Weaver [Mon, 19 Mar 2018 22:01:12 +0000 (18:01 -0400)]
gnu: linux-libre@4.9: Update to 4.9.88.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.88.

6 years agognu: linux-libre@4.4: Update to 4.4.122.
Mark H Weaver [Mon, 19 Mar 2018 22:00:37 +0000 (18:00 -0400)]
gnu: linux-libre@4.4: Update to 4.4.122.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.122.