[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (6335c94 -> 08218fd)
From: |
guix-commits |
Subject: |
branch master updated (6335c94 -> 08218fd) |
Date: |
Thu, 16 Dec 2021 04:11:17 -0500 (EST) |
lbraun pushed a change to branch master
in repository guix.
from 6335c94 gnu: Add qdirstat.
new dfb5f08 gnu: python-sanic: Update to 20.12.4.
new c63b55d gnu: Replace JUPYTER_CONFIG_DIR with JUPYTER_CONFIG_PATH.
new 13c6ed0 gnu: Add todoman.
new 44e1300 gnu: Add js-mathjax-3.
new 974264a gnu: python-flask-restful: Rewrite import.
new 08218fd gnu: python-pyflow: Rename to python2-pyflow.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/local.mk | 2 +
gnu/packages/javascript.scm | 120 +++++++++
gnu/packages/patches/mathjax-disable-webpack.patch | 23 ++
gnu/packages/patches/mathjax-no-a11y.patch | 286 +++++++++++++++++++++
gnu/packages/python-science.scm | 9 +-
gnu/packages/python-web.scm | 15 +-
gnu/packages/python-xyz.scm | 6 +-
gnu/packages/task-management.scm | 51 ++++
8 files changed, 503 insertions(+), 9 deletions(-)
create mode 100644 gnu/packages/patches/mathjax-disable-webpack.patch
create mode 100644 gnu/packages/patches/mathjax-no-a11y.patch
- branch master updated (6335c94 -> 08218fd),
guix-commits <=
- 03/06: gnu: Add todoman., guix-commits, 2021/12/16
- 02/06: gnu: Replace JUPYTER_CONFIG_DIR with JUPYTER_CONFIG_PATH., guix-commits, 2021/12/16
- 04/06: gnu: Add js-mathjax-3., guix-commits, 2021/12/16
- 06/06: gnu: python-pyflow: Rename to python2-pyflow., guix-commits, 2021/12/16
- 01/06: gnu: python-sanic: Update to 20.12.4., guix-commits, 2021/12/16
- 05/06: gnu: python-flask-restful: Rewrite import., guix-commits, 2021/12/16