Commit Graph

27802 Commits (b1c5c8de92389bfa966f7b98fe9726c76e37df61)

Author SHA1 Message Date
Ricardo Wurmus b1c5c8de92
gnu: ghc-uuid-types: Fix tests with latest QuickCheck.
* gnu/packages/haskell.scm (ghc-uuid-types)[arguments]: Relax version
constraint for QuickCheck.
2018-02-13 13:37:33 +01:00
Ricardo Wurmus 037181ed23
gnu: ghc-old-time: Allow building with GHC 8.
* gnu/packages/haskell.scm (ghc-old-time)[arguments]: Allow building with
newer version of "base".
2018-02-13 13:37:33 +01:00
Ricardo Wurmus 82674ed948
gnu: Add ghc-hashable-time.
* gnu/packages/haskell.scm (ghc-hashable-time): New variable.
2018-02-13 13:37:33 +01:00
Ricardo Wurmus 9dfc79b34c
gnu: Add ghc-th-abstraction.
* gnu/packages/haskell.scm (ghc-th-abstraction): New variable.
2018-02-13 13:37:33 +01:00
Ricardo Wurmus 1b1a1067d0
gnu: ghc-attoparsec: Update to 0.13.2.2.
* gnu/packages/haskell.scm (ghc-attoparsec): Update to 0.13.2.2.
[arguments]: Disable tests.
[native-inputs]: Remove ghc-test-framework and ghc-test-framework-quickcheck2;
add ghc-tasty and ghc-tasty-quickcheck.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus a5044b6a0e
gnu: ghc-scientific: Update to 0.3.5.2.
* gnu/packages/haskell.scm (ghc-scientific): Update to 0.3.5.2.
[inputs]: Add ghc-integer-logarithms and ghc-primitive; remove ghc-vector.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus d0f4853a9c
gnu: Add ghc-integer-logarithms.
* gnu/packages/haskell.scm (ghc-integer-logarithms): New variable.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 0f55dff335
gnu: ghc-hspec-meta: Update to 2.2.1.
* gnu/packages/haskell-check.scm (ghc-hspec-meta): Update to 2.2.1.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus b80a6f30c8
gnu: ghc-hunit: Update to 1.3.1.2.
* gnu/packages/haskell-check.scm (ghc-hunit): Update to 1.3.1.2.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 245efb325b
gnu: ghc-hspec-core: Update to 2.2.4.
* gnu/packages/haskell-check.scm (ghc-hspec-core): Update to 2.2.4.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus ed03ac41cf
gnu: ghc-hspec: Update to 2.2.4.
* gnu/packages/haskell-check.scm (ghc-hspec): Update to 2.2.4.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 669692eb55
gnu: ghc-tasty: Update to 0.11.0.4.
* gnu/packages/haskell-check.scm (ghc-tasty): Update to 0.11.0.4.
[inputs]: Add ghc-regex-tdfa.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus e5199a2cda
gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.4.
* gnu/packages/haskell-check.scm (ghc-test-framework-quickcheck2): Update to
0.3.0.4.
[source]: Remove snippet.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 86ad4ee373
gnu: hspec-discover: Update to 2.2.4.
* gnu/packages/haskell-check.scm (hspec-discover): Update to 2.2.4.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 7fa02bc7ab
gnu: ghc-test-framework: Fix build with GHC 8.
* gnu/packages/haskell-check.scm (ghc-test-framework)[arguments]: Permit
building with newer version of "time".
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 4c8a1f4030
gnu: ghc-vector: Update to 0.12.0.1.
* gnu/packages/haskell.scm (ghc-vector): Update to 0.12.0.1.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 40a6d7a2f6
gnu: ghc-dlist: Update to 0.8.0.4.
* gnu/packages/haskell.scm (ghc-dlist): Update to 0.8.0.4.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus c088e39341
gnu: ghc-mtl: Fix build with GHC 8.
* gnu/packages/haskell.scm (ghc-mtl)[inputs]: Add ghc-transformers.
[arguments]: Permit building with newer version of transformers.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus d5e86172ca
gnu: Add ghc-quickcheck-latest.
* gnu/packages/haskell-check.scm (ghc-quickcheck-latest): New variable.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 7291ad1e12
gnu: ghc-quickcheck: Update to 2.10.1.
* gnu/packages/haskell-check.scm (ghc-quickcheck): Update to 2.10.1.
[inputs]: Add ghc-random.
[description]: Add two sentences.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus 49e5432b8c
gnu: ghc-primitive: Update to 0.6.3.0.
* gnu/packages/haskell.scm (ghc-primitive): Update to 0.6.3.0.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus afff0b6d42
gnu: ghc-old-locale: Allow building with newer base package.
* gnu/packages/haskell.scm (ghc-old-locale)[arguments]: Add configure flag to
allow newer "base" version.
2018-02-13 13:37:32 +01:00
Ricardo Wurmus e2dc97d69a
gnu: ghc: Use ghc-8 as default GHC.
* gnu/packages/haskell.scm (ghc): Rename variable...
(ghc-7): ...to this.
(ghc-8)[native-inputs]: Adjust accordingly.
(ghc): New alias for ghc-8.
2018-02-13 13:37:31 +01:00
Ricardo Wurmus b90f72dcf8
gnu: ghc-streaming-commons: Fix license and description.
* gnu/packages/haskell.scm (ghc-streaming-commons)[license]: The correct
license is Expat.
[description]: Use a complete sentence.
2018-02-13 13:37:31 +01:00
Rutger Helling 6963305ce5
gnu: local.mk: Remove mpv patch lines.
* gnu/local.mk: Remove mpv CVE-2018-6360 patch lines.
2018-02-13 10:35:00 +01:00
Rutger Helling ebcab70ac5
gnu: fuse-exfat: Update to 1.2.8.
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.8.
2018-02-13 10:26:41 +01:00
Rutger Helling 8bbd4b0141
gnu: Update copyright line.
* gnu/packages/video.scm: Update copyright line for commit 171c764.
2018-02-13 10:21:15 +01:00
Rutger Helling 171c7642b8
gnu: mpv: Update to 0.28.1 [fixes CVE-2018-6360].
* gnu/packages/video.scm (mpv): Update to 0.28.1.
2018-02-13 10:13:40 +01:00
Eric Bavier 4747cca2b4
gnu: ccache: Update to 3.4.
* gnu/packages/ccache.scm (ccache): Update to 3.4.
2018-02-12 22:27:46 -06:00
Leo Famulari 95a396f4e1
gnu: go: Update to 1.9.4 [fixes CVE-2018-6574].
* gnu/packages/golang.scm (go-1.9): Update to 1.9.4.
2018-02-12 15:31:16 -05:00
Leo Famulari 65bdcf3adf
nls: Update 'zh_CN' translation. 2018-02-12 11:20:48 -05:00
Hartmut Goebel 0093e26f91
gnu: Add kirigami. 2018-02-12 16:25:35 +01:00
Ricardo Wurmus 7f1d9bef50
gnu: Add r-scran.
* gnu/packages/bioinformatics.scm (r-scran): New variable.
2018-02-12 15:29:44 +01:00
Ricardo Wurmus 658ab21d2e
gnu: Add r-scater.
* gnu/packages/bioinformatics.scm (r-scater): New variable.

Co-authored-by: Raoul Jean Pierre Bonnal <ilpuccio.febo@gmail.com>
2018-02-12 15:29:43 +01:00
Ricardo Wurmus 6fb1dc17a3
gnu: Add r-singlecellexperiment.
* gnu/packages/bioinformatics.scm (r-singlecellexperiment): New variable.
2018-02-12 15:29:43 +01:00
Ricardo Wurmus 9ec0898824
gnu: Add r-beachmat.
* gnu/packages/bioinformatics.scm (r-beachmat): New variable.
2018-02-12 15:29:43 +01:00
Ricardo Wurmus 748e9f163a
gnu: Add r-rhdf5lib.
* gnu/packages/bioinformatics.scm (r-rhdf5lib): New variable.
2018-02-12 15:29:43 +01:00
Ricardo Wurmus d2c0f03037
gnu: Add r-shinydashboard.
* gnu/packages/web.scm (r-shinydashboard): New variable.

Co-authored-by: Raoul Jean Pierre Bonnal <ilpuccio.febo@gmail.com>
2018-02-12 15:29:43 +01:00
Ricardo Wurmus 4dba441c2a
gnu: hdf5: Build with -fPIC.
* gnu/packages/maths.scm (hdf5)[arguments]: Add -fPIC to CFLAGS and CXXFLAGS.
2018-02-12 15:29:43 +01:00
Arun Isaac ecae16bec5
gnu: emacs-emms-player-mpv: Update to 0.0.13.
* gnu/packages/emacs.scm (emacs-emms-player-mpv): Update to 0.0.13.
2018-02-12 18:49:54 +05:30
Efraim Flashner eb6b471b44
gnu: emacs-ob-ipython: Declare a source file-name.
* gnu/packages/emacs.scm (emacs-ob-ipython)[source]: Add 'file-name field.
2018-02-12 11:46:43 +02:00
Efraim Flashner b87047e04b
gnu: emacs-d-mode: Declare a source file-name.
* gnu/packages/emacs.scm (emacs-d-mode)[source]: Add 'file-name field.
2018-02-12 11:46:43 +02:00
Efraim Flashner 995b706931
gnu: guile-emacs: Declare a source file-name.
* gnu/packages/emacs.scm (guile-emacs)[source]: Add 'file-name field.
2018-02-12 11:46:39 +02:00
Efraim Flashner 23101355fd
gnu: vifm: Update to 0.9.1.
* gnu/packages/vim.scm (vifm): Update to 0.9.1.
2018-02-11 20:04:44 +02:00
Marius Bakke b4c9a3173d
gnu: libreoffice: Update to 5.4.5.1 [CVE-2018-6871].
* gnu/packages/check.scm (cppunit-1.14): New public variable.
* gnu/packages/libreoffice.scm (xmlsec-src-libreoffice): Remove variable.
(libreoffice): Update to 5.4.5.1.
[native-inputs]: Change CPPUNIT to CPPUNIT-1.14.  Remove AUTOCONF and AUTOMAKE.
[inputs]: Add GPGME, XMLSEC-NSS and LIBLTDL.  Remove XMLSEC-SRC-LIBREOFFICE.
Replace LIBJPEG with LIBJPEG-TURBO.
[arguments]: Remove xmlsec code from PREPARE-SRC-PHASE.  Make sure GPGME++
headers are found.  Add workaround for <https://bugs.gentoo.org/641812>.  Add
"--disable-pdfium" to #:configure-flags.
* gnu/packages/xml.scm (xmlsec-nss): New public variable.
2018-02-11 16:29:49 +01:00
Marius Bakke f1d7e14a1b
gnu: libmd: Update to 1.0.0.
* gnu/packages/crypto.scm (libmd): Update to 1.0.0.
[source](uri): Add freedesktop.org mirror.
2018-02-11 16:29:04 +01:00
Kei Kebreau f62dcba42d
gnu: gmtp: Update to 1.3.11.
* gnu/packages/libusb.scm (gmtp): Update to 1.3.11.
2018-02-11 10:20:41 -05:00
Leo Famulari 2ab575298e
gnu: w3m: Update to 0.5.3+git20180125 [fixes CVE-2018-{6196,6197,6198}].
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20180125.
2018-02-11 09:59:41 -05:00
ng0 c275462025
mailmap: Adjust entries for ng0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-11 09:44:11 -05:00
ng0 e720329d5f
gnu: python-pycanberra: Use new URLs.
* gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL.
[home-page]: Update URL.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-02-11 09:44:11 -05:00