guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch staging updated (6cfb2e6270 -> fa894b3f4d)


From: guix-commits
Subject: branch staging updated (6cfb2e6270 -> fa894b3f4d)
Date: Thu, 8 Sep 2022 15:00:19 -0400 (EDT)

mbakke pushed a change to branch staging
in repository guix.

    from 6cfb2e6270 Merge branch 'master' into staging
     add d18bddf5d7 doc: Fix typo.
     add 9ec4233181 gnu: pypy: Fix build.
     add b7629ff995 gnu: expect: Update home page.
     add 53c127c16d gnu: python-apsw: Update to 3.39.2.1.
     add 1c060f59d4 gnu: sqlite-next: Update to 3.39.3.
     add 9a1228b493 gnu: font-lxgw-wenkai: Update to 1.240.
     add 4f9e58b5ee gnu: font-lxgw-wenkai-tc: Update to 0.921.
     add 29491482a1 gnu: python-pyvista: Update to 0.36.1.
     add 77b37fcb58 gnu: gnunet-scheme: Update to 0.3.
     add 85aa25cd6a gnu: gnunet-scheme: Make scheme-gnunet.pdf reproducible.
     add 344159b95c gnunet-scheme: Unbundle config.rpath.
     add 1981a39e5d gnu: ytfzf: Update to 2.4.1.
     add 453cbb9f06 gnu: abseil-cpp: Update to 20220623.1.
     add f1bbdefd9e gnu: python-shiboken-2: Use G-expressions.
     add a69581f17c gnu: Add python-shiboken-6
     add 00652ce2ee gnu: python-pyside-2: Use G-expressions.
     add 39647c9741 gnu: python-pyside-2: Clarify the package inputs.
     add 5c08546558 gnu: python-pyside-2: Use "this-package-input" instead of 
"assoc-ref".
     add 7c9ac0468b gnu: Add python-pyside-6.
     add e2e351cb45 gnu: python-pyside-2-tools: Use G-expressions.
     add c8621fa193 gnu: python-pyside-2-tools: Fix synopsis and description.
     add 08c6fd9511 gnu: python-sympy: Update to 1.11.1.
     add c56e8eabb4 gnu: f3d: Update to 1.3.1.
     add b45a44eaad gnu: uBlock Origin: Update to 1.44.2.
     add 5f07efda06 tests: dict: Increase VM memory-size.
     add 839e984e09 gnu: komikku: Update to 0.41.0.
     add 38e8373830 gnu: zuo: Use English in description.
     add e7b8e83670 search-paths: Remove redundant uses of 'define-public'.
     add 2f5f539b60 search-paths: Clarify $GUIX_EXTENSIONS_PATH comment.
     add 69d72c553f search-paths: Tweak $SSL_CERT_DIR comment.
     add 392e97ed08 import: gnome: Reject version strings such as "43.alpha".
     add 8f53630f2f syscalls: Avoid repeated calls to 'syscall->procedure'.
     add e05f7c55d7 file-systems: Open files with O_CLOEXEC.
     add 97cccd3433 gnu: zsh-autopair.
     add 4ace4692c0 gnu: Add man-pages-posix.
     add b2e560aca4 gnu: man-pages: Update to new style.
     add 7fabdffca9 gnu: Add mimalloc.
     add 9f74add674 gnu: Add solvespace.
     add 14a450ae21 gnu: podman: Use G-expressions.
     add 3808667573 gnu: podman: Update to 4.2.0.
     add 7627ac7ba9 gnu: Add texlive-latex-lastpage.
     add c92b010804 gnu: Add texlive-latex-tabto-ltx.
     add 742e70cb13 gnu: Add texlive-generic-soul.
     add 9fb065a544 gnu: Add texlive-latex-totcount.
     add 94a46dc27a gnu: flatpak: Update to 1.14.0.
     add 5ecbb9c167 gnu: dragon-drop: Update to 1.2.0.
     add 26aa149be8 gnu: strawberry: Update to 1.0.9.
     add 685dd8fb13 services: agetty-service-type: Add missing dash.
     add 8d34df72cb gnu: Add python-pymonad.
     add e8bded2de7 gnu: eigen: Skip some tests on some architectures.
     new fa894b3f4d Merge branch 'master' into staging

The 1 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:
 doc/guix.texi                                      |   2 +-
 gnu/build/file-systems.scm                         |  15 +-
 gnu/local.mk                                       |   1 +
 gnu/packages/algebra.scm                           |  46 +++-
 gnu/packages/browser-extensions.scm                |   4 +-
 gnu/packages/c.scm                                 |  22 ++
 gnu/packages/containers.scm                        |  78 +++---
 gnu/packages/cpp.scm                               |   4 +-
 gnu/packages/databases.scm                         |  18 +-
 gnu/packages/engineering.scm                       |  92 +++++++
 gnu/packages/fonts.scm                             |   8 +-
 gnu/packages/gnome.scm                             |   4 +-
 gnu/packages/gnunet.scm                            |  54 ++--
 gnu/packages/graphics.scm                          | 180 ++++++------
 gnu/packages/gtk.scm                               |   4 +-
 gnu/packages/image-viewers.scm                     |   5 +-
 gnu/packages/man.scm                               |  39 ++-
 gnu/packages/music.scm                             |   6 +-
 gnu/packages/package-management.scm                |   9 +-
 .../patches/python-apsw-3.39.2.1-test-fix.patch    |  27 ++
 gnu/packages/python-science.scm                    |   4 +-
 gnu/packages/python-xyz.scm                        |  43 ++-
 gnu/packages/python.scm                            |   2 +-
 gnu/packages/qt.scm                                | 304 ++++++++++++++-------
 gnu/packages/racket.scm                            |   2 +-
 gnu/packages/shellutils.scm                        |  25 ++
 gnu/packages/sqlite.scm                            |   4 +-
 gnu/packages/tcl.scm                               |   2 +-
 gnu/packages/tex.scm                               |  94 +++++++
 gnu/services/base.scm                              |   2 +-
 gnu/tests/dict.scm                                 |   3 +-
 guix/build/syscalls.scm                            | 116 ++++----
 guix/import/gnome.scm                              |  14 +-
 guix/search-paths.scm                              |  19 +-
 34 files changed, 883 insertions(+), 369 deletions(-)
 create mode 100644 gnu/packages/patches/python-apsw-3.39.2.1-test-fix.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]