guix-commits
[Top][All Lists]
Advanced

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

branch master updated (a7d9cd742c -> 69dfdb7bd1)


From: guix-commits
Subject: branch master updated (a7d9cd742c -> 69dfdb7bd1)
Date: Fri, 2 Jun 2023 11:24:00 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from a7d9cd742c gnu: Add pcsc-cyberjack.
     new acef4cecf9 ci: Reify the timestamps of evaluations.
     new 0a8f53d61b read-print: Add 'package/inherit' special form.
     new 48c7e71cd7 gnu: gcc-boot0: Do not use 'coreutils-boot0' on GNU/Hurd.
     new c3f9445144 gnu: cpp-mustache: Update to 5.0 to fix build.
     new 53c47c4f28 gnu: python-docrepr: Fix tests.
     new f1af4fbeec gnu: python-ipython-documentation: Remove patches.
     new 7d7dcc3600 gnu: python-ipython-documentation: Update dependencies.
     new decf5fed65 gnu: cuirass: Update to b825967.
     new 09fcf261c1 tests: Add tests for MODIFY-SERVICES procedure
     new ae707b62e7 tests: Check for service existence in MODIFY-SERVICES
     new dbbc7e9461 services: Error in MODIFY-SERVICES when services don't exist
     new d756564db5 gnu: Add tmux-plugin-mem-cpu-load.
     new bb7f978e60 gnu: Add ocaml-parmap.
     new 4017fae4e0 gnu: Add ocaml-stdcompat.
     new 5461ff1e54 gnu: Add ocaml-pyml.
     new 7469d9c106 gnu: Add coccinelle.
     new 69dfdb7bd1 environment: Fix unbound-variable bug with '--symlink'.

The 17 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                                       |   3 +-
 gnu/packages/ci.scm                                |   6 +-
 gnu/packages/commencement.scm                      |   7 +-
 gnu/packages/cpp.scm                               |  17 ++-
 gnu/packages/documentation.scm                     |   3 +-
 gnu/packages/ocaml.scm                             | 117 +++++++++++++++++++++
 .../patches/python-docrepr-fix-tests.patch         |  16 +++
 .../python-ipython-documentation-chars.patch       |  18 ----
 .../python-ipython-documentation-repro.patch       |  25 -----
 gnu/packages/patchutils.scm                        |  56 ++++++++++
 gnu/packages/python-xyz.scm                        |   8 +-
 gnu/packages/tmux.scm                              |  28 +++++
 gnu/services.scm                                   |  48 ++++++---
 guix/ci.scm                                        |  13 ++-
 guix/read-print.scm                                |   1 +
 guix/scripts/environment.scm                       |   5 +
 tests/services.scm                                 |  83 +++++++++++++++
 17 files changed, 373 insertions(+), 81 deletions(-)
 create mode 100644 gnu/packages/patches/python-docrepr-fix-tests.patch
 delete mode 100644 
gnu/packages/patches/python-ipython-documentation-chars.patch
 delete mode 100644 
gnu/packages/patches/python-ipython-documentation-repro.patch



reply via email to

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