summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* gnu: emacs-message-view-patch: Update to 0.2.0-40bc2e5Dominic Martinez2022-04-151-4/+5
| | | | | | * gnu/packages/emacs-xyz (emacs-message-view-patch): Update it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-mu4e-patch: Rename to emacs-message-view-patchDominic Martinez2022-04-151-8/+9
| | | | | | | | | | | The name was changed upstream to reflect that this extension works for both mu4e and gnus. * gnu/packages/emacs-xyz.scm (emacs-mu4e-patch): Deprecate it. (emacs-message-view-patch): Renamed from emacs-mu4e-patch. Description, synopsis, and inputs adjusted to reflect that mu4e is not required. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-diskperf-plugin: Update to 2.7.0.Michael Rohleder2022-04-151-2/+2
| | | | | | * gnu/packages/xfce.scm (xfce4-diskperf-plugin): Update to 2.7.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: elementary-xfce-icon-theme: Update to 0.16.Michael Rohleder2022-04-151-2/+2
| | | | | | * gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-terminal: Update to 1.0.0.Zhu Zihao2022-04-151-2/+2
| | | | | | * gnu/packages/xfce.scm (xfce4-terminal): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-verspec.Vincent Prat2022-04-151-0/+28
| | | | | | * gnu/packages/python.xyz.scm (python-verspec): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-shtab.Vincent Prat2022-04-151-0/+34
| | | | | | * gnu/packages/python-xyz.scm (python-shtab): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: shepherd: Support cross-compilation.Ludovic Courtès2022-04-151-1/+21
| | | | | | | Reported by phodina <phodina@protonmail.com>. * gnu/packages/admin.scm (shepherd-0.9)[arguments]: New field. [native-inputs]: Add GUILE-FIBERS-1.1.
* gnu: mblaze: Offer contrib executables.B. Wilson2022-04-151-3/+41
| | | | | | | * gnu/packages/mail.scm (mblaze)[outputs, inputs]: New fields. [arguments]: Add #:modules. Add 'install-contrib' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: streamlink: Update to 3.2.0.Chadwain Holness2022-04-151-6/+13
| | | | | | | | * gnu/packages/video.scm (streamlink): Update to 3.2.0. [inputs]: Add python-lxml and python-pycountry, remove python-iso3166 and python-iso639. [arguments]<#:phases>{check}: Use pytest. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-lxml: Add 4.7.1.Ludovic Courtès2022-04-151-1/+13
| | | | * gnu/packages/xml.scm (python-lxml-4.7): New variable.
* gnu: cl-nfiles: Update to 0.4.0.André A. Gomes2022-04-151-3/+4
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 0.4.0. [inputs]: Add sbcl-quri. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-hmmlearn: Remove cythonized file.Efraim Flashner2022-04-151-2/+6
| | | | | * gnu/packages/machine-learning.scm (python-hmmlearn)[source]: Add snippet to remove cythonized file.
* gnu: python-aiohttp: Remove cythonized files.Efraim Flashner2022-04-141-5/+9
| | | | | * gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to remove cythonized files.
* gnu: python-pywavelets: Remove cythonized files.Efraim Flashner2022-04-141-2/+13
| | | | | | * gnu/packages/python-xyz.scm (python-pywavelets)[source]: Add snippet to remove cythonized files. [native-inputs]: Add python-cython.
* gnu: python-igraph: Update to 0.9.10.Efraim Flashner2022-04-141-2/+2
| | | | * gnu/packages/graph.scm (python-igraph): Update to 0.9.10.
* gnu: igraph: Update to 0.9.8.Efraim Flashner2022-04-141-3/+3
| | | | * gnu/packages/graph.scm (igraph): Update to 0.9.8.
* gnu: scregseg: Remove cythonized file.Efraim Flashner2022-04-141-1/+5
| | | | | * gnu/packages/bioinformatics.scm (scregseg)[source]: Add snippet to remove cythonized file.
* gnu: cl-py4cl: Update to 0.0.0-1.2f2a008.Paul A. Patience2022-04-141-5/+5
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-py4cl): Update to 0.0.0-1.2f2a008. [arguments]<#:phases>: Adjust substitutions to renamed files. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add emacs-org-modern.jgart2022-04-141-0/+22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-modern): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: Add cl-numpy-file-format.Paul A. Patience2022-04-141-0/+31
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-numpy-file-format, ecl-numpy-file-format, sbcl-numpy-file-format): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: cl-who: Update to 1.1.4-3.07dafe9.Foo Chuan Wei2022-04-141-3/+3
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-who): Update to 1.1.4-3.07dafe9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: linux-libre 5.10: Update to 5.10.111.Leo Famulari2022-04-141-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.111. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.34.Leo Famulari2022-04-141-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.34. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.16.20.Leo Famulari2022-04-141-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.20. (linux-libre-5.16-pristine-source): Update hash.
* gnu: linux-libre 5.17: Update to 5.17.3.Leo Famulari2022-04-141-2/+2
| | | | | * gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.3. (linux-libre-5.17-pristine-source): Update hash.
* gnu: Update linux-libre 5.17 configuration files.Leo Famulari2022-04-144-4/+8
| | | | | | | | | | This option that adds new hardware support appeared after the 5.17 release. * gnu/packages/aux-files/linux-libre/5.17-arm.conf, gnu/packages/aux-files/linux-libre/5.17-arm64.conf, gnu/packages/aux-files/linux-libre/5.17-i686.conf, gnu/packages/aux-files/linux-libre/5.17-x86_64.conf: Enable support for Realtek Ethernet switch chips.
* gnu: Add r-xcir.Mădălin Ionel Patrașcu2022-04-141-1/+38
| | | | | | * gnu/packages/bioconductor.scm (r-xcir): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: sundials: Remove input labels.Ludovic Courtès2022-04-141-8/+6
| | | | | * gnu/packages/maths.scm (sundials)[native-inputs, inputs]: Remove labels. (sundials-openmpi)[inputs]: Remove labels.
* gnu: sundials: Update to 6.1.1.Ludovic Courtès2022-04-141-15/+9
| | | | | | | * gnu/packages/maths.scm (sundials): Update to 6.1.1. [inputs]: Add PETSC. (sundials-openmpi)[inputs]: Remove PETSC. [arguments]: Remove now unnecessary flags. Change "MPI_ENABLE" to "ENABLE_MPI".
* gnu: guile-fibers@1.1: Support cross-compilation.Ludovic Courtès2022-04-141-0/+19
| | | | | | | | Fixes <https://issues.guix.gnu.org/54793>. Reported by Mathieu Othacehe <othacehe@gnu.org>. * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[arguments]: Add 'support-cross-compilation' phase.
* gnu: r-illuminahumanmethylation450kanno-ilmn12-hg19: Move to annotation section.Ricardo Wurmus2022-04-141-26/+26
| | | | | * gnu/packages/bioconductor.scm (r-illuminahumanmethylation450kanno-ilmn12-hg19): Move this variable up to the annotation section.
* gnu: r-snplocs-hsapiens-dbsnp144-grch37: Move to annotation section.Ricardo Wurmus2022-04-141-38/+38
| | | | | * gnu/packages/bioconductor.scm (r-snplocs-hsapiens-dbsnp144-grch37): Move this variable up to the annotation section.
* gnu: r-chromvarmotifs: Move to (gnu packages bioinformatics).Ricardo Wurmus2022-04-142-28/+28
| | | | | * gnu/packages/bioconductor.scm (r-chromvarmotifs): Move this variable from here... * gnu/packages/bioinformatics.scm (r-chromvarmotifs): ...to here.
* gnu: r-absseq: Move out of experiments section.Ricardo Wurmus2022-04-141-29/+29
| | | | | * gnu/packages/bioconductor.scm (r-absseq): Move definition out of experiments section.
* gnu: r-abarray: Move out of experiments section.Ricardo Wurmus2022-04-141-26/+26
| | | | | * gnu/packages/bioconductor.scm (r-abarray): Move definition out of experiments section.
* gnu: r-aneufinder: Move to packages section.Ricardo Wurmus2022-04-141-42/+42
| | | | | * gnu/packages/bioconductor.scm (r-aneufinder): Move this definition out of the section for Bioconductor experiments packages.
* gnu: Add r-absseq.Mădălin Ionel Patrașcu2022-04-141-0/+29
| | | | | | * gnu/packages/bioconductor.scm (r-absseq): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-abarray.Mădălin Ionel Patrașcu2022-04-141-0/+26
| | | | | | * gnu/packages/bioconductor.scm (r-abarray): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-acde.Mădălin Ionel Patrașcu2022-04-141-0/+25
| | | | | | * gnu/packages/bioconductor.scm (r-acde): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-wppi.Mădălin Ionel Patrașcu2022-04-141-0/+41
| | | | | | * gnu/packages/bioconductor.scm (r-wppi): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-acme.Mădălin Ionel Patrașcu2022-04-141-0/+27
| | | | | | * gnu/packages/bioconductor.scm (r-acme): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-acgh.Mădălin Ionel Patrașcu2022-04-141-0/+24
| | | | | | * gnu/packages/bioconductor.scm (r-acgh): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: libfprint: Fix build, add python for the tests.Attila Lendvai2022-04-141-1/+3
| | | | | | | * gnu/packages/freedesktop.scm (libfprint)[native-inputs]: Add python-minimal as it's needed by the tests. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-ace.Mădălin Ionel Patrașcu2022-04-141-0/+29
| | | | | | * gnu/packages/bioconductor.scm (r-ace): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-catalyst: Update description.Mădălin Ionel Patrașcu2022-04-141-12/+17
| | | | | | | * gnu/packages/bioconductor.scm (r-catalyst)[description]: Add Texinfo markup and clarify a sentence. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-tcgabiolinks: Update to 2.22.4.Ricardo Wurmus2022-04-141-2/+2
| | | | * gnu/packages/bioconductor.scm (r-tcgabiolinks): Update to 2.22.4.
* gnu: r-omnipathr: Update to 3.2.8.Ricardo Wurmus2022-04-141-2/+2
| | | | * gnu/packages/bioconductor.scm (r-omnipathr): Update to 3.2.8.
* gnu: r-bgeedb: Update to 2.20.1.Ricardo Wurmus2022-04-141-2/+2
| | | | * gnu/packages/bioconductor.scm (r-bgeedb): Update to 2.20.1.
* gnu: r-gviz: Update to 1.38.4.Ricardo Wurmus2022-04-141-2/+2
| | | | * gnu/packages/bioconductor.scm (r-gviz): Update to 1.38.4.