summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: r-formatr: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/statistics.scm (r-formatr)[home-page]: Use HTTPS.
* gnu: r-jsonlite: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/cran.scm (r-jsonlite)[home-page]: Use HTTPS.
* gnu: r-lpsymphony: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/bioconductor.scm (r-lpsymphony)[home-page]: Use HTTPS.
* gnu: r-codedepends: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/bioconductor.scm (r-codedepends)[home-page]: Use HTTPS.
* gnu: r-glmnet: Update home page and use HTTPS.Tobias Geerinckx-Rice2020-02-11
| | | | | * gnu/packages/statistics.scm (r-glmnet)[home-page]: Follow redirection using HTTPS.
* gnu: r-glasso: Update home page and use HTTPS.Tobias Geerinckx-Rice2020-02-11
| | | | | * gnu/packages/cran.scm (r-glasso)[home-page]: Follow redirection using HTTPS.
* gnu: r-cairo: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/statistics.scm (r-cairo)[home-page]: Use HTTPS.
* gnu: r-png: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/cran.scm (r-png)[home-page]: Use HTTPS.
* gnu: r-multiassayexperiment: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/bioconductor.scm (r-multiassayexperiment)[home-page]: Use HTTPS.
* gnu: r-squarem: Update home page and use HTTPS.Tobias Geerinckx-Rice2020-02-11
| | | | | * gnu/packages/cran.scm (r-squarem)[home-page]: Follow redirection using HTTPS.
* gnu: r-seriation: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-11
| | | | * gnu/packages/cran.scm (r-seriation)[home-page]: Use HTTPS.
* gnu: pioneer: Update to 20200203.Eric Bavier2020-02-11
| | | | * gnu/packages/games.scm (pioneer): Update to 20200203.
* gnu: clamav: Update to 0.102.2.Eric Bavier2020-02-10
| | | | | * gnu/packages/antivirus.scm (clamav): Update to 0.102.2. [native-inputs]: Use latest check package.
* gnu: check: Use check@0.12.Eric Bavier2020-02-10
| | | | | | Tests fail to compile with check@0.13. * gnu/packages/check.scm (clamav)[native-inputs]: 'check' -> 'check-0.12'.
* gnu: Add queen.Nicolas Goaziou2020-02-11
| | | | | * gnu/packages/games.scm (make-queen-package): New variable. (queen, queen-de, queen-fr, queen-it): New variables.
* gnu: lvm2: Update to 2.03.07.Marius Bakke2020-02-11
| | | | | | | | * gnu/packages/linux.scm (lvm2): Update to 2.03.07. [source](snippet): Adjust confdir regex. [inputs]: Add LIBAIO. [arguments]: Add phase 'patch-configure. (lvm2-static)[arguments]: Don't build dmeventd. Add phase 'adjust-Makefile'.
* gnu: elogind: Update to 243.4.Marius Bakke2020-02-11
| | | | | | | * gnu/packages/freedesktop.scm (elogind): Update to 243.4. [arguments]: Add "-Dman=true" and "-Dnologin-path" to #:configure-flags. Add phase to fix D-Bus socket location. [inputs]: Add SHADOW.
* gnu: shadow: Update to 4.8.1.Marius Bakke2020-02-11
| | | | * gnu/packages/admin.scm (shadow): Update to 4.8.1.
* gnu: libextractor: Build with the latest ffmpeg.Marius Bakke2020-02-11
| | | | | * gnu/packages/gnunet.scm (libextractor)[inputs]: Change from FFMPEG-3.4 to FFMPEG.
* gnu: geoclue: Update to 2.5.5Martin Becze2020-02-10
| | | | | | * gnu/packages/gnome.scm (geoclue): Update to 2.5.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pyopencl.Ludovic Courtès2020-02-10
| | | | * gnu/packages/opencl.scm (python-pyopencl): New variable.
* gnu: Add python-pytools.Ludovic Courtès2020-02-10
| | | | * gnu/packages/opencl.scm (python-pytools): New variable.
* gnu: pybind11: Install .py files.Ludovic Courtès2020-02-10
| | | | | | * gnu/packages/python-xyz.scm (pybind11)[native-inputs]: Change PYTHON to PYTHON-WRAPPER. [arguments]: Add 'install-python' phase.
* gnu: pybind11: Tweak description.Ludovic Courtès2020-02-10
| | | | * gnu/packages/python-xyz.scm (pybind11)[description]: Tweak.
* gnu: pybind11: Add dependency on Catch and Eigen.Ludovic Courtès2020-02-10
| | | | | | * gnu/packages/python-xyz.scm (pybind11)[inputs]: Add CATCH-FRAMEWORK2-1 and EIGEN. [arguments]: Add #:configure-flags.
* gnu: pybind11: Update to 2.4.3.Ludovic Courtès2020-02-10
| | | | * gnu/packages/python-xyz.scm (pybind11): Update to 2.4.3.
* gnu: pybind11: Change 'license' field to BSD-3.Ludovic Courtès2020-02-10
| | | | * gnu/packages/python-xyz.scm (pybind11)[license]: Change to BSD-3.
* git: Add missing exports for <git-checkout>.Ludovic Courtès2020-02-10
| | | | | * guix/git.scm (<git-checkout>): Export 'git-checkout-commit' and 'git-checkout-recursive?'.
* gnu: octave, octave-cli: Update to 5.2.0.Kei Kebreau2020-02-10
| | | | | * gnu/packages/maths.scm (octave, octave-cli): Update to 5.2.0. [inputs]: Add bdb.
* gnu: unbound: Remove redundant input.Marius Bakke2020-02-10
| | | | * gnu/packages/dns.scm (unbound)[inputs]: Remove PYTHON-3.
* gnu: node: Disable flaky test.Marius Bakke2020-02-10
| | | | * gnu/packages/node.scm (node)[arguments]: Delete test that fails sporadically.
* gnu: python-protobuf: Update to 3.11.3.Marius Bakke2020-02-10
| | | | * gnu/packages/protobuf.scm (python-protobuf): Update to 3.11.3.
* gnu: protobuf: Update to 3.11.3.Marius Bakke2020-02-10
| | | | * gnu/packages/protobuf.scm (protobuf): Update to 3.11.3.
* gnu: ceph: Update to 14.2.7.Marius Bakke2020-02-10
| | | | * gnu/packages/storage.scm (ceph): Update to 14.2.7.
* gnu: rocksdb: Update to 6.6.4.Marius Bakke2020-02-10
| | | | * gnu/packages/databases.scm (rocksdb): Update to 6.6.4.
* gnu: http-parser: Update to 2.9.3.Marius Bakke2020-02-10
| | | | * gnu/packages/web.scm (http-parser): Update to 2.9.3.
* gnu: strace: Update to 5.5.Marius Bakke2020-02-10
| | | | * gnu/packages/linux.scm (strace): Update to 5.5.
* gnu: signify: Update to 28.Marius Bakke2020-02-10
| | | | | * gnu/packages/crypto.scm (signify): Update to 28. [arguments]: Remove #:tests?.
* gnu: sway: Remove unused input.Marius Bakke2020-02-10
| | | | * gnu/packages/wm.scm (sway)[native-inputs]: Remove GIT.
* gnu: swaylock: Remove unused input.Marius Bakke2020-02-10
| | | | * gnu/packages/wm.scm (swaylock)[native-inputs]: Remove GIT.
* gnu: swaybg: Remove unused input.Marius Bakke2020-02-10
| | | | * gnu/packages/wm.scm (swaybg)[native-inputs]: Remove GIT.
* gnu: chromium.scm: Remove use of CADR.Marius Bakke2020-02-10
| | | | | | | ...as per the style guidelines. * gnu/packages/chromium.scm (%debian-origin)[file-name]: Use MATCH instead of IF and CADR to compute the name.
* Merge branch 'staging'Marius Bakke2020-02-10
|\
| * Merge branch 'master' into stagingMarius Bakke2020-02-05
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2020-02-03
| |\ \
| * | | gnu: libical: Add upstream patch to preserve API compatibility.Marius Bakke2020-02-03
| | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical)[source](patches): New field.
| * | | gnu: Qt: Update to 5.12.7 [fixes CVE-2020-0569, CVE-2020-0570].Marius Bakke2020-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras, qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel, qtwebglplugin, qtwebview, qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth, qtremoteobjects, qtspeech, qtwebengine): Update to 5.12.7.
| * | | gnu: Add libgravatar.Hartmut Goebel2020-02-03
| | | | | | | | | | | | | | | | * gnu/packages/kde-internet.scm (libgravatar): New variable.
| * | | gnu: libktorrent: Base source-code URL on version of ktorrent.Hartmut Goebel2020-02-03
| | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-internet.scm (libktorrent)[source]: Base path in URL on version of ktorrent.
| * | | gnu: Add ktorrent.Hartmut Goebel2020-02-03
| | | | | | | | | | | | | | | | * gnu/packages/kde-internet.scm (ktorrent): New variable.