aboutsummaryrefslogtreecommitdiff
path: root/tests/store-roots.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-23 11:13:40 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-23 13:36:47 +0100
commit994817bfdccc715dccfa96366fc286a80171a7e6 (patch)
tree6448e9af29111a13a1311ee5af27b91835ee5704 /tests/store-roots.scm
parent2eb061be7981789199990f93058fa070728aad18 (diff)
downloadguix-994817bfdccc715dccfa96366fc286a80171a7e6.tar.gz
guix-994817bfdccc715dccfa96366fc286a80171a7e6.zip
gnu: python-scipy: Update to 1.12.0.
* gnu/packages/python-science.scm (python-scipy): Update to 1.12.0. [propagated-inputs]: Add python-jupytext, python-mpmath, python-mypy, python-numpydoc, python-pydata-sphinx-theme, python-pydevtool, python-rich-click, python-sphinx, python-threadpoolctl, and python-typing-extensions; remove python-pyparsing. [native-inputs]: Add python-hypothesis, python-pycodestyle, python-pytest-cov, and python-pytest-xdist; remove python-threadpoolctl. Change-Id: I81a4831e3d94c58416f7d35ec47de90370b88210
Diffstat (limited to 'tests/store-roots.scm')
0 files changed, 0 insertions, 0 deletions
es>: Update "move-gui" to remove a now-superfluous call to "mkdir" and omit "share/locale" from the list of directories needing to be moved between outputs. * gnu/packages/patches/transmission-honor-localedir.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name> Simon South 2020-11-25gnu: uget: Update to 2.2.1....* gnu/packages/bittorrent.scm (uget): Update to 2.2.1. Tobias Geerinckx-Rice 2020-11-18gnu: transmission: Move remaining GUI-related files to "gui" output....* gnu/packages/bittorrent.scm (transmission)[arguments]<phases>: Expand "move-gui" phase to move remaining GUI-related files (AppData file, localization files, man page) to "gui" output. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Simon South 2020-11-16gnu: mktorrent: Cross compile....* gnu/packages/bittorrent.scm (mktorrent)[arguments]: Use cc-for-target in make-flags. Efraim Flashner