jackhill/guix/guix.git
7 years agognu: Add highlight.
Ricardo Wurmus [Sat, 3 Dec 2016 15:42:35 +0000 (16:42 +0100)]
gnu: Add highlight.

* gnu/packages/pretty-print.scm (highlight): New variable.

7 years agognu: git: Fix gitweb.
Ricardo Wurmus [Sat, 3 Dec 2016 11:46:25 +0000 (12:46 +0100)]
gnu: git: Fix gitweb.

* gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi.
[arguments]: Wrap "gitweb.cgi" with PERL5LIB.

7 years agognu: Add grantlee.
Thomas Danckaert [Thu, 1 Dec 2016 11:51:20 +0000 (12:51 +0100)]
gnu: Add grantlee.

* gnu/packages/qt.scm (grantlee): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add libksysguard.
Thomas Danckaert [Thu, 1 Dec 2016 11:50:16 +0000 (12:50 +0100)]
gnu: Add libksysguard.

* gnu/packages/kde.scm (libksysguard): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: icecat: Update to 45.5.1-gnu1.
Mark H Weaver [Sat, 3 Dec 2016 17:19:17 +0000 (12:19 -0500)]
gnu: icecat: Update to 45.5.1-gnu1.

* gnu/packages/gnuzilla.scm (icecat): Update to 45.5.1-gnu1.
[source]: Remove temporary URI for 45.3 beta.  Fix URI computation.  Remove
outdated patches.  Add more cherry-picked bug fixes from upstream
mozilla-esr45.  Use 'list' instead of quasiquote in 'patches' field.

7 years agodoc: Use @file to mark file names.
John Darrington [Sat, 3 Dec 2016 17:09:51 +0000 (18:09 +0100)]
doc: Use @file to mark file names.

* doc/guix.texi: Use @file where appropriate.

7 years agognu: Add Kerberos client service.
John Darrington [Sat, 3 Dec 2016 12:12:56 +0000 (13:12 +0100)]
gnu: Add Kerberos client service.

* doc/guix.texi (Kerberos Services)[Krb5 Service]: New subsubheading.
* gnu/services/kerberos.scm (krb5-service-type): New variable.
* gnu/services/configuration.scm (configuration-field-serializer,
  configuration-field-getter): Export variables.

7 years agognu: Add fcgiwrap.
Ricardo Wurmus [Wed, 30 Nov 2016 16:07:38 +0000 (17:07 +0100)]
gnu: Add fcgiwrap.

* gnu/packages/web.scm (fcgiwrap): New variable.

7 years agognu: Add fcgi.
Ricardo Wurmus [Wed, 30 Nov 2016 16:04:34 +0000 (17:04 +0100)]
gnu: Add fcgi.

* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file.
* gnu/packages/patches/fcgi-2.4.0-poll.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/web.scm (fcgi): New variable.

7 years agognu: linux-libre: Update to 4.8.12.
Mark H Weaver [Sat, 3 Dec 2016 15:20:59 +0000 (10:20 -0500)]
gnu: linux-libre: Update to 4.8.12.

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

7 years agognu: linux-libre@4.4: Update to 4.4.36.
Mark H Weaver [Sat, 3 Dec 2016 15:20:00 +0000 (10:20 -0500)]
gnu: linux-libre@4.4: Update to 4.4.36.

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

7 years agognu: linux-libre@4.1: Update to 4.1.36.
Mark H Weaver [Sat, 3 Dec 2016 15:19:08 +0000 (10:19 -0500)]
gnu: linux-libre@4.1: Update to 4.1.36.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.36.

7 years agodoc: Remove obsolete bit about networking in VMs.
Ludovic Courtès [Fri, 2 Dec 2016 22:28:45 +0000 (23:28 +0100)]
doc: Remove obsolete bit about networking in VMs.

* doc/guix.texi (Running GuixSD in a VM): Remove "the boot will fail"
wording since that is no longer true since commit
6129dd8b5989f77b2976c68ecdf1f7dbfa63ec46.

7 years agognu: guix: Update development snapshot.
Ludovic Courtès [Fri, 2 Dec 2016 22:04:53 +0000 (23:04 +0100)]
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to 463fb7d.

7 years agognu: python-cryptography: Update to 1.6.
Leo Famulari [Sat, 3 Dec 2016 03:29:21 +0000 (22:29 -0500)]
gnu: python-cryptography: Update to 1.6.

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

7 years agognu: dblatex: Update comment.
Hartmut Goebel [Fri, 2 Dec 2016 14:20:00 +0000 (15:20 +0100)]
gnu: dblatex: Update comment.

* gnu/packages/docbook.scm (dblatex)[arguments]: Detail comment about why
the use of setuptools needs to be disabled.

7 years agognu: python-numpy: Fix inputs.
Hartmut Goebel [Fri, 2 Dec 2016 14:05:19 +0000 (15:05 +0100)]
gnu: python-numpy: Fix inputs.

This fixes 2efabc5589dc641dce75702b99253a3fb40bb2eb, where some inputs
have been changed to propagated-inputs, but the propagated-inputs are
still extended from inputs and the inputs are not extended at all.

* gnu/packages/python.scm (python-numpy, python2-numpy)[inputs]:
Extend from python-numpy-bootstrap's package-inputs. [propagated-inputs]:
Extend from python-numpy-bootstrap's package-propagated-inputs.

7 years agognu: python2-ipython: Fix inputs.
Hartmut Goebel [Fri, 2 Dec 2016 14:02:30 +0000 (15:02 +0100)]
gnu: python2-ipython: Fix inputs.

This fixes e62600feb6a3aca2304925ed8c0bb5a9060e38dd, where the inputs
have been changed to native-inputs, but still extended from inputs.

* gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend
from python-ipython's package-native-inputs.

7 years agognu: python-numpydoc: Correct inputs.
Hartmut Goebel [Fri, 2 Dec 2016 13:03:12 +0000 (14:03 +0100)]
gnu: python-numpydoc: Correct inputs.

This does what 213d1745c6adbfd274b1edc575529e026b0ab743 was
supposed to do.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
Change first of the duplicate [native-inputs] definitions to
[propagated-inputs].

7 years agognu: calibre: Do not use python setuptools for building.
Hartmut Goebel [Fri, 2 Dec 2016 12:56:10 +0000 (13:56 +0100)]
gnu: calibre: Do not use python setuptools for building.

* gnu/packages/ebook.scm (calibre)[arguments]: Set #:use-setuptools?
to false.

7 years agognu: file-system-shepherd-service: Use mount-file-system.
John Darrington [Tue, 29 Nov 2016 18:33:39 +0000 (19:33 +0100)]
gnu: file-system-shepherd-service: Use mount-file-system.

* gnu/services/base.scm (file-system-shepherd-service): Use
  mount-file-system instead of manually mounting the file system.

7 years agognu: Add dnscrypt-proxy.
Marius Bakke [Sat, 26 Nov 2016 15:24:18 +0000 (16:24 +0100)]
gnu: Add dnscrypt-proxy.

* gnu/packages/dns.scm (dnscrypt-proxy): New variable.

7 years agognu: Add dnscrypt-wrapper.
Marius Bakke [Sat, 26 Nov 2016 12:51:01 +0000 (13:51 +0100)]
gnu: Add dnscrypt-wrapper.

* gnu/packages/dns.scm (dnscrypt-wrapper): New variable.

7 years agognu: virt-manager: Do not use python setuptools for building.
Marius Bakke [Fri, 2 Dec 2016 12:21:57 +0000 (13:21 +0100)]
gnu: virt-manager: Do not use python setuptools for building.

* gnu/packages/qemu.scm (virt-manager)[arguments]: Set #use-setuptools? to #f.

7 years agognu: dblatex: Update to 0.3.9.
Marius Bakke [Wed, 30 Nov 2016 15:29:11 +0000 (16:29 +0100)]
gnu: dblatex: Update to 0.3.9.

* gnu/packages/docbook.scm (dblatex): Update to 0.3.9.

7 years agognu: libsigc++: Update to 2.10.0.
Marius Bakke [Wed, 30 Nov 2016 18:16:48 +0000 (19:16 +0100)]
gnu: libsigc++: Update to 2.10.0.

* gnu/packages/glib.scm (libsigc++): Update to 2.10.0.

7 years agognu: go-1.7: Update to 1.7.4 [security fixes].
Leo Famulari [Fri, 2 Dec 2016 08:14:12 +0000 (03:14 -0500)]
gnu: go-1.7: Update to 1.7.4 [security fixes].

* gnu/packages/golang.scm (go-1.7): Update to 1.7.4.

7 years agognu: vtk: Build with more system libraries.
Eric Bavier [Sat, 16 Jul 2016 01:27:22 +0000 (20:27 -0500)]
gnu: vtk: Build with more system libraries.

* gnu/packages/vtk.scm (vtk)[inputs]: Add expat, freetype, hdf5, jpeg,
png, tiff, jsoncpp, libogg, libtheora, and zlib.
[arguments]: Use #:build-type keyword.  Add cmake flags for system
libraries.

7 years agognu: vtk: Upgrade to 7.1.0.
Eric Bavier [Sat, 16 Jul 2016 01:24:25 +0000 (20:24 -0500)]
gnu: vtk: Upgrade to 7.1.0.

* gnu/packages/vtk.scm (vtk): Upgrade to 7.1.0.
[source]: Remove patches.  Use version-major+minor.
* gnu/packages/patches/vtk-mesa-10.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.

7 years agognu: jsoncpp: Build shared libraries.
Eric Bavier [Fri, 2 Dec 2016 04:11:21 +0000 (22:11 -0600)]
gnu: jsoncpp: Build shared libraries.

* gnu/packages/serialization.scm (jsoncpp)[arguments]: New field.

7 years agognu: netcdf: Upgrade to 4.4.1.1.
Eric Bavier [Thu, 1 Dec 2016 03:26:01 +0000 (21:26 -0600)]
gnu: netcdf: Upgrade to 4.4.1.1.

* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): Upgrade to
4.4.1.1.
[source]: Adjust patch name, add netcdf-tst_h_par.patch
* gnu/packages/patches/netcdf-config.date.patch: Rename to...
* gnu/packages/patches/netcdf-date-time.patch: ...this.  Adjust for
latest source.
* gnu/packages/patches/netcdf-tst_h_par.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Adjust patches.

7 years agognu: offlineimap: Update to 7.0.12.
Efraim Flashner [Fri, 2 Dec 2016 05:40:08 +0000 (07:40 +0200)]
gnu: offlineimap: Update to 7.0.12.

* gnu/packages/mail.scm (offlineimap): Update to 7.0.12.

7 years agognu: dblatex: Do not use python setuptools for building.
Marius Bakke [Thu, 1 Dec 2016 22:30:49 +0000 (23:30 +0100)]
gnu: dblatex: Do not use python setuptools for building.

* gnu/packages/docbook.scm (dblatex)[arguments]: Set #:use-setuptools?
to false.

7 years agooffload: Do not abort when a machine is unreachable.
Ludovic Courtès [Thu, 1 Dec 2016 22:21:15 +0000 (23:21 +0100)]
offload: Do not abort when a machine is unreachable.

* guix/scripts/offload.scm (machine-load): Wrap 'open-ssh-session' call
in 'false-if-exception'; return +inf.0 if it returns #f.

7 years agooffload: Gracefully report connection failures.
Ludovic Courtès [Thu, 1 Dec 2016 22:20:18 +0000 (23:20 +0100)]
offload: Gracefully report connection failures.

* guix/scripts/offload.scm (open-ssh-session): Check the return value of
'connect!'.  Call 'leave' when it's not 'ok.

7 years agostore: Increase buffering for the '%stderr-write' upcall.
Ludovic Courtès [Thu, 1 Dec 2016 22:09:34 +0000 (23:09 +0100)]
store: Increase buffering for the '%stderr-write' upcall.

* guix/store.scm (process-stderr) <%stderr-write>: Pass #:buffer-size to
'dump-port'.

7 years agodaemon: Buffer data sent to clients by the 'export-path' RPC.
Ludovic Courtès [Thu, 1 Dec 2016 21:53:37 +0000 (22:53 +0100)]
daemon: Buffer data sent to clients by the 'export-path' RPC.

Before that we'd have STDERR_WRITE round trips for very small amounts of
data, ranging from a few bytes for the metadata of nars to the size of
one file being exported.

With this change, something like:

  guix archive --export /gnu/store/5rrsbaghh5ix1vjcicsl60gsxilhjnf2-coreutils-8.25 | dd of=/dev/null

reports a throughput of 35 MB/s instead of 25 MB/s before.

* nix/nix-daemon/nix-daemon.cc (TunnelSink): Inherit from 'BufferedSink'
rather than 'Sink'.  Rename 'operator ()' to 'write'.
(performOp) <wopExportPath>: Add 'sink.flush' call.

7 years agooffload: Warn about the lack of zlib support.
Ludovic Courtès [Thu, 1 Dec 2016 20:49:16 +0000 (21:49 +0100)]
offload: Warn about the lack of zlib support.

* guix/scripts/offload.scm (guix-offload): Print a warning when
'zlib-support?' returns false.

7 years agooffload: Remove redundant call to 'topologically-sorted' in 'send-file'.
Ludovic Courtès [Thu, 1 Dec 2016 20:48:20 +0000 (21:48 +0100)]
offload: Remove redundant call to 'topologically-sorted' in 'send-file'.

* guix/scripts/offload.scm (send-files): Remove call to
'topologically-sorted'.

7 years agognu: Add uget.
Tomáš Čech [Fri, 18 Nov 2016 21:58:01 +0000 (22:58 +0100)]
gnu: Add uget.

* gnu/packages/bittorrent.scm (uget): New variable.

7 years agognu: ardour: Update to 5.5.
David Thompson [Thu, 1 Dec 2016 17:08:33 +0000 (12:08 -0500)]
gnu: ardour: Update to 5.5.

* gnu/packages/audio.scm (ardour): Update to 5.5.

7 years agognu: python-gst: Update to 1.10.2.
Efraim Flashner [Thu, 1 Dec 2016 10:56:23 +0000 (12:56 +0200)]
gnu: python-gst: Update to 1.10.2.

* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.2.

7 years agognu: gst-libav: Update to 1.10.2.
Efraim Flashner [Thu, 1 Dec 2016 10:55:45 +0000 (12:55 +0200)]
gnu: gst-libav: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.2.

7 years agognu: gst-plugins-ugly: Update to 1.10.2.
Efraim Flashner [Thu, 1 Dec 2016 10:55:09 +0000 (12:55 +0200)]
gnu: gst-plugins-ugly: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.2.

7 years agognu: gst-plugins-bad: Update to 1.10.2.
Efraim Flashner [Thu, 1 Dec 2016 10:54:19 +0000 (12:54 +0200)]
gnu: gst-plugins-bad: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.2.

7 years agognu: gst-plugins-good: Update to 1.10.2.
Efraim Flashner [Thu, 1 Dec 2016 10:53:30 +0000 (12:53 +0200)]
gnu: gst-plugins-good: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.2.
[source]: Remove patches.
* gnu/packages/patches/gst-plugins-good-fix-crashes.patch,
gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch,
gnu/packages/patches/gst-plugins-good-fix-signedness.patch,
gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.

7 years agognu: gst-plugins-base: Update to 1.10.2.
Efraim Flashner [Thu, 1 Dec 2016 10:50:30 +0000 (12:50 +0200)]
gnu: gst-plugins-base: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.2.

7 years agognu: gstreamer: Update to 1.10.2.
Efraim Flashner [Thu, 1 Dec 2016 10:49:32 +0000 (12:49 +0200)]
gnu: gstreamer: Update to 1.10.2.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.2.

7 years agognu: perl-catalyst-action-rest: Change to new uri.
Efraim Flashner [Thu, 1 Dec 2016 10:36:38 +0000 (12:36 +0200)]
gnu: perl-catalyst-action-rest: Change to new uri.

This is a followup to abafd66d04c10fad77a8751fcc3a4dda192c6570.

* gnu/packages/web.scm (perl-catalyst-action-rest)[source]: Update to
new source uri.

7 years agognu: perl-catalyst-view-tt: Change source uri.
Efraim Flashner [Thu, 1 Dec 2016 10:34:03 +0000 (12:34 +0200)]
gnu: perl-catalyst-view-tt: Change source uri.

This is a followup to 776ca1cb223eb8ec439c7979d5440d5e5fbcaae0.

* gnu/packages/web.scm (perl-catalyst-view-tt)[source]: Change to new
source uri.

7 years agognu: perl-http-server-simple: Change source uri.
Efraim Flashner [Thu, 1 Dec 2016 10:31:13 +0000 (12:31 +0200)]
gnu: perl-http-server-simple: Change source uri.

This is a followup to 5b3646f100c112f5d43e55393a9be5b2b3647983.

* gnu/packages/web.scm (perl-http-server-simple)[source]: Update to new
source uri.

7 years agognu: perl-http-message: Update URLs.
Ricardo Wurmus [Thu, 1 Dec 2016 10:05:12 +0000 (11:05 +0100)]
gnu: perl-http-message: Update URLs.

* gnu/packages/web.scm (perl-http-message)[source]: Update URL.
[home-page]: Likewise.

7 years agoservices: cups: Follow symlinks when installing extensions.
Andy Patterson [Wed, 30 Nov 2016 21:00:13 +0000 (16:00 -0500)]
services: cups: Follow symlinks when installing extensions.

* gnu/services/cups.scm (union-directory): Use "stat" when calling
"find-files" to follow symlinks.

7 years agognu: nasm: Update to 2.12.02.
Efraim Flashner [Thu, 1 Dec 2016 08:50:46 +0000 (10:50 +0200)]
gnu: nasm: Update to 2.12.02.

* gnu/packages/assembly.scm (nasm): Update to 2.12.02.

7 years agognu: nasm: Switch patch to phase.
Efraim Flashner [Thu, 1 Dec 2016 08:47:29 +0000 (10:47 +0200)]
gnu: nasm: Switch patch to phase.

* gnu/packages/assembly.scm (nasm)[source]: Remove patch.
[arguments]: Disable ps and pdf doc outputs in new phase.
* gnu/packages/patches/nasm-no-ps-pdf.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

7 years agognu: nasm: Allow building on all systems.
Efraim Flashner [Thu, 1 Dec 2016 07:44:30 +0000 (09:44 +0200)]
gnu: nasm: Allow building on all systems.

* gnu/packages/assembly.scm (nasm)[supported-systems]: Remove field.

7 years agognu: icecat: Add fixes for CVE-2016-9079 and other bugs.
Mark H Weaver [Thu, 1 Dec 2016 01:46:57 +0000 (20:46 -0500)]
gnu: icecat: Add fixes for CVE-2016-9079 and other bugs.

* gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes for
CVE-2016-9079 and other selected fixes from the upstream mozilla-esr45
repository.

7 years agognu: linux-libre: Update to 4.8.11.
Mark H Weaver [Thu, 1 Dec 2016 01:24:07 +0000 (20:24 -0500)]
gnu: linux-libre: Update to 4.8.11.

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

7 years agognu: linux-libre@4.4: Update to 4.4.35.
Mark H Weaver [Thu, 1 Dec 2016 01:23:11 +0000 (20:23 -0500)]
gnu: linux-libre@4.4: Update to 4.4.35.

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

7 years agognu: btrfs-progs: Update to 4.8.5.
Tobias Geerinckx-Rice [Wed, 30 Nov 2016 15:03:20 +0000 (16:03 +0100)]
gnu: btrfs-progs: Update to 4.8.5.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.5.

7 years agognu: Add Nagios.
Ludovic Courtès [Wed, 30 Nov 2016 22:26:57 +0000 (23:26 +0100)]
gnu: Add Nagios.

* gnu/packages/monitoring.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

7 years agognu: perl-http-tiny: Update to 0.070.
Efraim Flashner [Wed, 30 Nov 2016 19:45:18 +0000 (21:45 +0200)]
gnu: perl-http-tiny: Update to 0.070.

* gnu/packages/web.scm (perl-http-tiny): Update to 0.070.
[propagated-inputs]: Add perl-mozilla-ca.

7 years agognu: perl-http-server-simple: Update to 0.51.
Efraim Flashner [Wed, 30 Nov 2016 19:39:51 +0000 (21:39 +0200)]
gnu: perl-http-server-simple: Update to 0.51.

* gnu/packages/web.scm (perl-http-server-simple): Update to 0.51.

7 years agognu: perl-http-message: Update to 6.11.
Efraim Flashner [Wed, 30 Nov 2016 19:37:10 +0000 (21:37 +0200)]
gnu: perl-http-message: Update to 6.11.

* gnu/packages/web.scm (perl-http-message): Update to 6.11.
[propagated-inputs]: Add perl-encode-locale.

7 years agognu: perl-http-cookiejar: Update to 0.008.
Efraim Flashner [Wed, 30 Nov 2016 19:33:05 +0000 (21:33 +0200)]
gnu: perl-http-cookiejar: Update to 0.008.

* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.008.
[native-inputs]: Add perl-uri.

7 years agognu: perl-libwww: Update to 6.15.
Efraim Flashner [Wed, 30 Nov 2016 19:24:34 +0000 (21:24 +0200)]
gnu: perl-libwww: Update to 6.15.

* gnu/packages/web.scm (perl-libwww): Update to 6.15.
[propagated-inputs]: Add perl-http-date, perl-http-message, perl-uri.

7 years agognu: perl-http-body: Update to 1.22.
Efraim Flashner [Wed, 30 Nov 2016 19:10:05 +0000 (21:10 +0200)]
gnu: perl-http-body: Update to 1.22.

* gnu/packages/web.scm (perl-http-body): Update to 1.22.

7 years agognu: perl-html-parser: Update to 3.72.
Efraim Flashner [Wed, 30 Nov 2016 19:04:15 +0000 (21:04 +0200)]
gnu: perl-html-parser: Update to 3.72.

* gnu/packages/web.scm (perl-html-parser): Update to 3.72.
[inputs]: Add perl-http-message.

7 years agognu: perl-finance-quote: Update to 1.38.
Efraim Flashner [Wed, 30 Nov 2016 18:56:53 +0000 (20:56 +0200)]
gnu: perl-finance-quote: Update to 1.38.

* gnu/packages/web.scm (perl-finance-quote): Update to 1.38.

7 years agognu: perl-encode-locale: Update to 1.05.
Efraim Flashner [Wed, 30 Nov 2016 18:47:08 +0000 (20:47 +0200)]
gnu: perl-encode-locale: Update to 1.05.

* gnu/packages/web.scm (perl-encode-locale): Update to 1.05.

7 years agognu: perl-cgi: Update to 4.35.
Efraim Flashner [Wed, 30 Nov 2016 18:43:49 +0000 (20:43 +0200)]
gnu: perl-cgi: Update to 4.35.

* gnu/packages/web.scm (perl-cgi): Update to 4.35.

7 years agognu: perl-catalyst-view-tt: Update to 0.44.
Efraim Flashner [Wed, 30 Nov 2016 17:46:22 +0000 (19:46 +0200)]
gnu: perl-catalyst-view-tt: Update to 0.44.

* gnu/packages/web.scm (perl-catalyst-view-tt): Update to 0.44.
[propagated-inputs]: Add perl-data-dump.

7 years agognu: perl-catalyst-view-json: Update to 0.36.
Efraim Flashner [Wed, 30 Nov 2016 17:40:19 +0000 (19:40 +0200)]
gnu: perl-catalyst-view-json: Update to 0.36.

* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.36.

7 years agognu: perl-catalyst-plugin-session: Update to 0.40.
Efraim Flashner [Wed, 30 Nov 2016 13:45:50 +0000 (15:45 +0200)]
gnu: perl-catalyst-plugin-session: Update to 0.40.

* gnu/packages/web.scm (perl-catalyst-plugin-session): Update to 0.40.
[propagated-inputs]: Add perl-mro-compat.

7 years agognu: perl-catalyst-plugin-accesslog: Update to 1.10.
Efraim Flashner [Wed, 30 Nov 2016 13:39:02 +0000 (15:39 +0200)]
gnu: perl-catalyst-plugin-accesslog: Update to 1.10.

* gnu/packages/web.scm (perl-catalyst-plugin-accesslog): Update to 1.10.
[arguments]: Enable tests.

7 years agognu: perl-catalyst-action-rest: Update to 1.20.
Efraim Flashner [Wed, 30 Nov 2016 13:31:21 +0000 (15:31 +0200)]
gnu: perl-catalyst-action-rest: Update to 1.20.

* gnu/packages/web.scm (perl-catalyst-action-rest): Update to 1.20.
[propagated-inputs]: Add perl-config-general, perl-cpanel-json-xs,
perl-xml-simple.

7 years agognu: perl-apache-logformat-compiler: Update to 0.33.
Efraim Flashner [Wed, 30 Nov 2016 12:59:53 +0000 (14:59 +0200)]
gnu: perl-apache-logformat-compiler: Update to 0.33.

* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.33.

7 years agognu: perl-email-sender: Update to 1.300028.
Efraim Flashner [Wed, 30 Nov 2016 12:54:18 +0000 (14:54 +0200)]
gnu: perl-email-sender: Update to 1.300028.

* gnu/packages/mail.scm (perl-email-sender): Update to 1.300028.

7 years agognu: perl-xml-xpath: Update to 1.40.
Efraim Flashner [Wed, 30 Nov 2016 11:46:28 +0000 (13:46 +0200)]
gnu: perl-xml-xpath: Update to 1.40.

* gnu/packages/xml.scm (perl-xml-xpath): Update to 1.40.

7 years agognu: perl-xml-compile-wsdl11: Update to 3.05.
Efraim Flashner [Wed, 30 Nov 2016 11:39:11 +0000 (13:39 +0200)]
gnu: perl-xml-compile-wsdl11: Update to 3.05.

* gnu/packages/xml.scm (perl-xml-compile-wsdl11): Update to 3.05.

7 years agognu: perl-xml-compile-soap: Update to 3.20.
Efraim Flashner [Wed, 30 Nov 2016 11:36:57 +0000 (13:36 +0200)]
gnu: perl-xml-compile-soap: Update to 3.20.

* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.20.

7 years agognu: perl-xml-compile-cache: Update to 1.05.
Efraim Flashner [Wed, 30 Nov 2016 11:34:56 +0000 (13:34 +0200)]
gnu: perl-xml-compile-cache: Update to 1.05.

* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.05.

7 years agognu: perl-xml-compile: Update to 1.54.
Efraim Flashner [Wed, 30 Nov 2016 11:33:42 +0000 (13:33 +0200)]
gnu: perl-xml-compile: Update to 1.54.

* gnu/packages/xml.scm (perl-xml-compile): Update to 1.54.

7 years agognu: perl-xml-dom: Update to 1.46.
Efraim Flashner [Wed, 30 Nov 2016 11:30:58 +0000 (13:30 +0200)]
gnu: perl-xml-dom: Update to 1.46.

* gnu/packages/xml.scm (perl-xml-dom): Update to 1.46.
[propagated-inputs]: Add perl-xml-parser.

7 years agognu: perl-xml-libxml-simple: Update to 0.97.
Efraim Flashner [Wed, 30 Nov 2016 11:25:38 +0000 (13:25 +0200)]
gnu: perl-xml-libxml-simple: Update to 0.97.

* gnu/packages/xml.scm (perl-xml-libxml-simple): Update to 0.97.

7 years agognu: perl-graph-readwrite: Update to 2.09.
Efraim Flashner [Wed, 30 Nov 2016 10:29:09 +0000 (12:29 +0200)]
gnu: perl-graph-readwrite: Update to 2.09.

* gnu/packages/xml.scm (perl-graph-readwrite): Update to 2.09.

7 years agognu: perl-dbd-sqlite: Update to 1.52.
Efraim Flashner [Wed, 30 Nov 2016 08:51:15 +0000 (10:51 +0200)]
gnu: perl-dbd-sqlite: Update to 1.52.

* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.52.

7 years agognu: perl-dbix-class-schema-loader: Update to 0.07046.
Efraim Flashner [Wed, 30 Nov 2016 08:47:10 +0000 (10:47 +0200)]
gnu: perl-dbix-class-schema-loader: Update to 0.07046.

* gnu/packages/databases.scm (perl-dbix-class-schema-loader):
Update to 0.07046.

7 years agognu: perl-dbix-class-introspectablem2m: Update to 0.001002.
Efraim Flashner [Tue, 29 Nov 2016 20:29:55 +0000 (22:29 +0200)]
gnu: perl-dbix-class-introspectablem2m: Update to 0.001002.

* gnu/packages/databases.scm (perl-dbix-class-introspectablem2m):
Update to 0.001002.

7 years agognu: perl-dbix-class-cursor-cached: Update to 1.001004.
Efraim Flashner [Tue, 29 Nov 2016 20:27:16 +0000 (22:27 +0200)]
gnu: perl-dbix-class-cursor-cached: Update to 1.001004.

* gnu/packages/databases.scm (perl-dbix-class-cursor-cached):
Update to 1.001004.

7 years agognu: perl-dbix-class: Update to 0.082840.
Efraim Flashner [Tue, 29 Nov 2016 20:17:20 +0000 (22:17 +0200)]
gnu: perl-dbix-class: Update to 0.082840.

* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082840.

7 years agognu: perl-email-simple: Update to 2.211.
Efraim Flashner [Tue, 29 Nov 2016 19:51:47 +0000 (21:51 +0200)]
gnu: perl-email-simple: Update to 2.211.

* gnu/packages/mail.scm (perl-email-simple): Update to 2.211.

7 years agognu: perl-namespace-autoclean: Update to 0.28.
Efraim Flashner [Tue, 29 Nov 2016 19:39:27 +0000 (21:39 +0200)]
gnu: perl-namespace-autoclean: Update to 0.28.

* gnu/packages/perl.scm (perl-namespace-autoclean): Update to 0.28.

7 years agognu: perl-class-method-modifiers: Update to 2.12.
Efraim Flashner [Tue, 29 Nov 2016 19:36:53 +0000 (21:36 +0200)]
gnu: perl-class-method-modifiers: Update to 2.12.

* gnu/packages/perl.scm (perl-class-method-modifiers): Update to 2.12.

7 years agognu: perl-email-mime-contenttype: Update to 1.018.
Efraim Flashner [Tue, 29 Nov 2016 19:28:58 +0000 (21:28 +0200)]
gnu: perl-email-mime-contenttype: Update to 1.018.

* gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.018.

7 years agognu: perl-email-mime: Update to 1.937.
Efraim Flashner [Tue, 29 Nov 2016 19:25:55 +0000 (21:25 +0200)]
gnu: perl-email-mime: Update to 1.937.

* gnu/packages/mail.scm (perl-email-mime): Update to 1.937.

7 years agognu: perl-email-messageid: Update to 1.406.
Efraim Flashner [Tue, 29 Nov 2016 19:21:38 +0000 (21:21 +0200)]
gnu: perl-email-messageid: Update to 1.406.

* gnu/packages/mail.scm (perl-email-messageid): Update to 1.406.

7 years agognu: perl-email-address: Update to 1.908.
Efraim Flashner [Tue, 29 Nov 2016 19:19:14 +0000 (21:19 +0200)]
gnu: perl-email-address: Update to 1.908.

* gnu/packages/mail.scm (perl-email-address): Update to 1.908.

7 years agognu: iw: Update to 4.9.
Ludovic Courtès [Wed, 30 Nov 2016 16:29:45 +0000 (17:29 +0100)]
gnu: iw: Update to 4.9.

* gnu/packages/linux.scm (iw): Update to 4.9.

7 years agognu: pciutils: Update to 3.5.2.
Ludovic Courtès [Wed, 30 Nov 2016 16:29:23 +0000 (17:29 +0100)]
gnu: pciutils: Update to 3.5.2.

* gnu/packages/pciutils.scm (pciutils): Update to 3.5.2.