Christopher Baines
aada5f6f3b
gnu: ruby-gherkin: Update to 5.1.0.
...
Don't upgrade all the way to version 6, as version 5 is needed for Cucumber 3.
* gnu/packages/ruby.scm (ruby-gherkin): Update to 5.1.0.
[description]: Use @file{ }.
2019-02-14 21:37:55 +00:00
Christopher Baines
5cd047e807
gnu: ruby-cucumber-core: Update to 3.2.1.
...
Just update to major version 3, as version 4 of Cucumber hasn't been released
yet.
* gnu/packages/ruby.scm (ruby-cucumber-core): Update to 3.2.1.
[propagated-inputs]: Add ruby-backports, ruby-gherkin and
ruby-cucumber-tag-expressions.
2019-02-14 21:37:55 +00:00
Christopher Baines
0ce8f3445d
gnu: Add ruby-cucumber-tag-expressions.
...
* gnu/packages/ruby.scm (ruby-cucumber-tag-expressions): New variable.
2019-02-14 21:37:55 +00:00
Christopher Baines
f7e9b2f375
gnu: Add ruby-backports.
...
* gnu/packages/ruby.scm (ruby-backports): New variable.
2019-02-14 21:37:55 +00:00
Christopher Baines
1d1d20b02b
gnu: Add ruby-mspec.
...
* gnu/packages/ruby.scm (ruby-mspec): New variable.
2019-02-14 21:37:55 +00:00
Christopher Baines
fb1a8954af
gnu: Add ruby-cucumber-expressions.
...
* gnu/packages/ruby.scm (ruby-cucumber-expressions): New variable.
2019-02-14 21:37:55 +00:00
Christopher Baines
5437c7416c
gnu: Add ruby-fuubar.
...
* gnu/packages/ruby.scm (ruby-fuubar): New variable.
2019-02-14 21:37:55 +00:00
Christopher Baines
158a9253da
gnu: Add ruby-progressbar.
...
* gnu/packages/ruby.scm (ruby-progressbar): New variable.
2019-02-14 21:37:54 +00:00
Christopher Baines
2ed201c112
gnu: Add ruby-contracts.
...
* gnu/packages/ruby.scm (ruby-contracts): New variable.
2019-02-14 21:37:54 +00:00
Christopher Baines
ce872770f6
gnu: Add ruby-cucumber-wire.
...
Package version 0.0.1 initially, as this is what's needed by Cucumber 3, and
Cucumber 4 hasn't been released yet.
* gnu/packages/ruby.scm (ruby-cucumber-wire): New variable.
2019-02-14 21:37:54 +00:00
Christopher Baines
28cf8dab3e
gnu: ruby-safe-yaml: Add missing require 'time'.
...
Patch ruby-safe-yaml to fix an issue that would lead to an error like this:
uninitialized constant SafeYAML::Parse::Date::DateTime
It's been reported upstream [1], and this patch was taken from the upstream Git
repository.
1: https://github.com/dtao/safe_yaml/issues/80
* gnu/packages/ruby.scm (ruby-safe-yaml)[source]: Switch to the Git repository
so that applying patches works and add a patch.
[arguments]: Enable tests and add a phase to set the TZ environment variable,
as one of the tests depends on a certian timezone.
* gnu/packages/patches/ruby-safe-yaml-add-require-time.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add new patch file.
2019-02-14 21:37:52 +00:00
Leo Famulari
17098a493b
gnu: bs1770gain: Adjust the usage text and home-page.
...
* gnu/packages/audio.scm (bs1770gain)[source]: Add snippet.
[home-page]: Update.
2019-02-14 16:07:28 -05:00
Leo Famulari
9ca5d0de2d
nls: Update 'da' translation.
2019-02-14 15:25:49 -05:00
Leo Famulari
42ce9187fb
gnu: PostgreSQL 9.6: Update to 9.6.12.
...
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.12.
2019-02-14 14:46:32 -05:00
Leo Famulari
2950d33c6c
gnu: PostgreSQL: Update to 10.7.
...
* gnu/packages/databases.scm (postgresql): Update to 10.7.
2019-02-14 14:46:28 -05:00
Christopher Baines
0168473c0a
guix: ruby-build-system: Fix removal of extension related files.
...
This functionality was broken, possibly to do with the vendor related changes
in the ruby build system. These changes restore the file removal functionality
at the end of the install phase.
* guix/build/ruby-build-system.scm (install): Fix removal of files related to
native extensions.
2019-02-14 19:30:15 +00:00
Christopher Baines
9be39b4c67
guix: ruby-build-system: Do gem install --verbose.
...
This is helpful as it displays more information about what gem install is
doing, especially for packages with native extensions.
* guix/build/ruby-build-system.scm (install): Add --verbose to gem install command.
2019-02-14 19:30:14 +00:00
Christopher Baines
ab149c6ba0
gnu: ruby-build-system: Change extract-gemspec to always return #t.
...
* guix/build/ruby-build-system.scm (extract-gemspec): Return #t right at the
end, rather than returning #<unspecified> when not handling a gem archive.
2019-02-14 19:30:12 +00:00
Tobias Geerinckx-Rice
fafbeb38d4
gnu: perl-datetime-format-strptime: Update to 1.76.
...
* gnu/packages/perl.scm (perl-datetime-format-strptime): Update to 1.76.
2019-02-14 18:16:07 +01:00
Tobias Geerinckx-Rice
5e98d75902
gnu: perl-datetime-locale: Update to 1.23.
...
* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.23.
[native-inputs]: Add perl-ipc-system-simple.
2019-02-14 18:16:07 +01:00
Tobias Geerinckx-Rice
66377fdced
gnu: tmuxifier: Don't use unstable tarball.
...
* gnu/packages/tmux.scm (tmuxifier)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-14 18:16:07 +01:00
Tobias Geerinckx-Rice
7bef8fd5cf
gnu: tmux-themepack: Use GIT-* helpers, not NAME.
...
* gnu/packages/tmux.scm (tmux-themepack)[version]: Use GIT-VERSION.
[source]: Hard-code NAME. Use GIT-FILE-NAME.
2019-02-14 18:16:07 +01:00
Tobias Geerinckx-Rice
6d1f47082d
gnu: Remove python2-pyquery.
...
* gnu/packages/python-xyz.scm (python2-pyquery): Remove broken package.
2019-02-14 18:16:06 +01:00
Tobias Geerinckx-Rice
ce50403fc2
gnu: python-paste: Update to 3.0.6.
...
* gnu/packages/python-web.scm (python-paste): Update to 3.0.6.
2019-02-14 18:16:06 +01:00
Tobias Geerinckx-Rice
0596a7af5f
gnu: python-webtest: Update to 2.0.33.
...
* gnu/packages/python-web.scm (python-webtest, python2-webtest):
Update to 2.0.33. Remove outdated comments.
2019-02-14 18:16:06 +01:00
Tobias Geerinckx-Rice
c381d4bb15
gnu: python-sockjs-tornado: Update to 1.0.6.
...
* gnu/packages/python-web.scm (python-sockjs-tornado)
(python2-sockjs-tornado): Update to 1.0.6.
2019-02-14 18:16:06 +01:00
Tobias Geerinckx-Rice
cc314e9027
gnu: python-scrypt: Update to 0.8.7.
...
* gnu/packages/python-crypto.scm (python-scrypt): Update to 0.8.7.
2019-02-14 18:16:06 +01:00
Tobias Geerinckx-Rice
ceb5b11bd1
gnu: python-base58: Update to 1.0.3.
...
* gnu/packages/python-crypto.scm (python-base58): Update to 1.0.3.
2019-02-14 18:16:05 +01:00
Ivan Petkov
0e9811f4a3
gnu: rust: Update to 1.29.2.
...
* gnu/packages/rust.scm (rust): Rename to...
(rust-1.28): ...this.
(rust): New variable.
2019-02-14 17:56:30 +01:00
Pierre Neidhardt
03d3732023
gnu: conkey: Update to 1.11.2.
...
* gnu/packages/conky.scm (conkey): Update to 1.11.2.
2019-02-14 17:00:58 +01:00
Efraim Flashner
a49bbaa6cd
gnu: inxi-minimal: Update inputs.
...
* gnu/packages/admin.scm (inxi-minimal)[inputs]: Replace bash with
bash-minimal, add procps.
(inxi)[inputs]: Inherit procps from inxi-minimal.
2019-02-14 14:05:36 +02:00
Efraim Flashner
b5c2e72051
gnu: python-requests: Update to 2.21.0.
...
* gnu/packages/python-web.scm (python-requests): Update to 2.21.0.
2019-02-14 10:48:38 +02:00
Eric Bavier
40b114c0bb
gnu: dealii: Upgrade to 9.0.1.
...
* gnu/packages/patches/dealii-mpi-deprecations.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/maths.scm (dealii)[source]: Upgrade to 9.0.1. Use patch.
[arguments]: Use new MPI configuration flags.
2019-02-13 22:39:12 -06:00
Tobias Geerinckx-Rice
ff7559d65c
gnu: libdvdread: Update to 6.0.1.
...
* gnu/packages/video.scm (libdvdread): Update to 6.0.1.
2019-02-14 03:50:19 +01:00
Tobias Geerinckx-Rice
767b44270d
gnu: libdvdread: Don't use NAME in source URI.
...
* gnu/packages/video.scm (libdvdread)[source]: Hard-code NAME.
2019-02-14 03:50:18 +01:00
Tobias Geerinckx-Rice
11bf3b2f03
gnu: hiawatha: Update to 10.8.4.
...
* gnu/packages/web.scm (hiawatha): Update to 10.8.4.
2019-02-14 03:50:18 +01:00
Tobias Geerinckx-Rice
811b907da7
gnu: rclone: Update to 1.46.
...
* gnu/packages/sync.scm (rclone): Update to 1.46.
[arguments]: Remove 'set-home-directory' phase.
2019-02-14 03:50:18 +01:00
Tobias Geerinckx-Rice
d100b9bd97
gnu: rrdtool: Update to 1.7.1.
...
* gnu/packages/rrdtool.scm (rrdtool): Update to 1.7.1.
2019-02-14 03:50:18 +01:00
Tobias Geerinckx-Rice
d71184f8a5
gnu: perl-xml-libxml: Update to 2.0134.
...
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0134.
2019-02-14 03:50:17 +01:00
Vagrant Cascadian
706460a357
gnu: Add trydiffoscope.
...
* gnu/packages/package-management (trydiffoscope): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2019-02-13 18:52:19 -05:00
Andreas Enge
69c15ad8a4
gnu: qtbase: Restore compilation on linux kernels < 4.11.
...
Fixes <https://bugs.gnu.org/34431 >.
* gnu/packages/patches/qtbase-old-kernel.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/qt.scm (qtbase): Add patch.
2019-02-14 00:30:27 +01:00
Marius Bakke
0add9c5263
gnu: doxygen: Update to 1.8.15.
...
* gnu/packages/documentation.scm (doxygen): Update to 1.8.15.
* gnu/packages/patches/doxygen-test.patch: Update for upstream changes.
2019-02-14 00:21:30 +01:00
Marius Bakke
3a7fbd3ae5
gnu: xkeyboard-config: Update to 2.26.
...
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.26.
2019-02-14 00:21:30 +01:00
Marius Bakke
6901878894
Merge branch 'master' into staging
2019-02-14 00:20:28 +01:00
Marius Bakke
58c6a93d9d
gnu: doxygen: Update home page and source URI.
...
* gnu/packages/documentation.scm (doxygen)[home-page]: Change to
<http://www.doxygen.nl >.
[source](uri): Likewise. Add sourceforge mirror.
2019-02-14 00:13:07 +01:00
Marius Bakke
fe04988953
gnu: xapian: Update to 1.4.10.
...
* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.10.
2019-02-14 00:13:07 +01:00
Marius Bakke
ce53048fb8
gnu: msmtp: Update to 1.8.3.
...
* gnu/packages/mail.scm (msmtp): Update to 1.8.3.
2019-02-14 00:13:07 +01:00
Marius Bakke
5bd0813a0f
gnu: GnuPG: Update to 2.2.13.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.13.
2019-02-14 00:13:07 +01:00
Marius Bakke
0988191f33
gnu: libassuan: Update to 2.5.3.
...
* gnu/packages/gnupg.scm (libassuan): Update to 2.5.3.
2019-02-14 00:13:06 +01:00
Marius Bakke
cb94d5e161
gnu: Varnish: Update to 6.1.1.
...
* gnu/packages/web.scm (varnish): Update to 6.1.1.
[native-inputs]: Add PYTHON-SPHINX.
[arguments]: Add "--disable-pcre-jit" to #:configure-flags.
2019-02-14 00:13:06 +01:00