aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioconductor.scm
diff options
context:
space:
mode:
authorarkhan <arkhan@riseup.net>2022-07-12 19:01:21 -0500
committerLudovic Courtès <ludo@gnu.org>2022-07-19 23:23:37 +0200
commit22530b2645d64658e4b7dea8801f5604dfd395a0 (patch)
tree96b92a05aef9871dd7e77e61678f71e65efe62b8 /gnu/packages/bioconductor.scm
parent3f62ddc0d5eebbff32bd05ba42148fdc3a6b02e3 (diff)
downloadguix-22530b2645d64658e4b7dea8801f5604dfd395a0.tar.gz
guix-22530b2645d64658e4b7dea8801f5604dfd395a0.zip
gnu: flameshot: Update to 12.1.0.
* gnu/packages/image.scm (flameshot): Update to 12.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/bioconductor.scm')
0 files changed, 0 insertions, 0 deletions
an>Maxim Cournoyer 2022-05-12gnu: python-sphinx-autodoc-typehints: Update to 1.18.1....* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints): Update to 1.18.1. [source]: Use git. [argument]: New field. [propagated-inputs]: Add python-sphinx. [native-inputs]: Remove python-dataclasses and python-sphinx. Add python-nptyping and python-setuptools-scm. Maxim Cournoyer 2022-05-12gnu: python-sphinx-cloud-sptheme: Update to 1.10.1 [still broken]....* gnu/packages/sphinx.scm (python-sphinx-cloud-sptheme): Update to 1.10.1. [source]: Update source to point to new Mercurial repository. [arguments]: Delete field, enabling tests (which fail due to Jinja2 >= 3.1). [native-inputs]: Move python-sphinx to... [propagated-inputs]: ... here. [description]: Do not use raw quotes to decorate text. Maxim Cournoyer 2022-05-12gnu: python-sphinx-argparse: Update to 0.3.1....* gnu/packages/sphinx.scm (python-sphinx-argparse): Update to 0.3.1. Maxim Cournoyer 2022-05-12gnu: python-sphinxcontrib-programoutput: Update to 0.17 and enable tests....* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.17. [arguments]: Delete field. Maxim Cournoyer 2022-05-12gnu: python-sphinxcontrib-websupport: Update to 1.2.4....* gnu/packages/sphinx.scm (python-sphinxcontrib-websupport): Update to 1.2.4. Maxim Cournoyer 2022-05-12gnu: python-sphinx-click: Update to 4.0.3 and enable tests....* gnu/packages/sphinx.scm (python-sphinx-click): Update to 4.0.3. [arguments]: Delete field. [native-inputs]: Delete python-coverage. Add python-pytest and python-wheel. Move python-click, python-docutils and python-sphinx to... [propagated-inputs]: ... here. Maxim Cournoyer 2022-05-12gnu: python-sphinx-copybutton: Update to 0.5.0....* gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.5.0. [propagated-inputs]: Delete python-flit, python-setuptools and python-wheel. Maxim Cournoyer 2022-05-12gnu: python-pydata-sphinx-theme: Update to 0.7.2....* gnu/packages/sphinx.scm (python-pydata-sphinx-theme): Update to 0.7.2. Add TODO comment. [arguments]: New field. [native-inputs]: Delete python-jupyter-sphinx, python-numpy, python-numpydoc, python-pandas, python-recommonmark and python-xarray. Move python-docutils and python-sphinx to... [propagated-inputs]: ... here. Add python-jinja2 Maxim Cournoyer 2022-05-12gnu: python-sphinx: Update to 4.5.0....* gnu/packages/sphinx.scm (python-sphinx): Update to 4.5.0. [phases]{check}: Set HOME to /tmp. [propagated-inputs]: Add python-importlib-metadata. [native-inputs]: Add python-cython. Maxim Cournoyer 2022-05-12gnu: Add python-sphinx-sitemap....* gnu/packages/sphinx.scm (python-sphinx-sitemap): New variable. Maxim Cournoyer 2022-05-12gnu: Add python-sphinx-theme-builder....* gnu/packages/sphinx.scm (python-sphinx-theme-builder): New variable. Maxim Cournoyer 2022-05-12gnu: python-sphinx: Propagate TexLive dependencies....* gnu/packages/sphinx.scm (python-sphinx): [propagated-inputs]: Add texlive-amsfonts, texlive-amsmath, texlive-capt-of, texlive-carlisle, texlive-etoolbox, texlive-generic-ltxcmds, texlive-hyperref, texlive-latex-base, texlive-latex-cmap, texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap, texlive-latex-float, texlive-latex-framed, texlive-latex-geometry, texlive-latex-graphics, texlive-latex-kvoptions, texlive-latex-needspace, texlive-latex-parskip, texlive-latex-preview, texlive-latex-tabulary, texlive-latex-titlesec, texlive-latex-tools, texlive-latex-upquote, texlive-latex-varwidth, texlive-oberdiek, texlive-stringenc, texlive-wrapfig, texlive-xcolor and texlive-zapfding. [native-inputs]: Remove graphviz, python-mock and python-nose. * gnu/packages/tex.scm (texlive-xcolor): Add TODO comment. * gnu/packages/tex.scm (texlive-hyperref): Likewise. Maxim Cournoyer 2022-03-17gnu: python-jupyter-sphinx: Run tests....* gnu/packages/sphinx.scm (python-jupyter-sphinx)[source]: Download using git-fetch. [arguments]: Use custom 'check phase. [native-inputs]: Add python-pytest. Efraim Flashner