guix-commits
[Top][All Lists]
Advanced

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

branch master updated (ea348b105d -> aeb494322c)


From: guix-commits
Subject: branch master updated (ea348b105d -> aeb494322c)
Date: Sat, 2 Dec 2023 06:36:21 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from ea348b105d gnu: mes: Update to 0.25.1.
     new 9442b53c6b gnu: Add ‘libc-locales-for-target’ and related.
     new b0715d7cd2 gnu: Use ‘libc-utf8-locales-for-target’.
     new aa4959e602 gnu: Add pcg-c.
     new 808f919063 gnu: igraph: Update to 0.10.7.
     new 4fb51904cb gnu: python-pythonanywhere: Update to 0.12.1
     new daf69ad3ab gnu: Add python-scikit-learn-extra.
     new aeb494322c gnu: d-tools: Update to 2.105.3.

The 7 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/home/services/ssh.scm                          |   8 +-
 gnu/installer.scm                                  |   7 +-
 gnu/local.mk                                       |   1 +
 gnu/packages/base.scm                              |  19 ++++
 gnu/packages/c.scm                                 |  55 ++++++++++
 gnu/packages/chromium.scm                          |   2 +-
 gnu/packages/dlang.scm                             |   4 +-
 gnu/packages/gnome.scm                             |   4 +-
 gnu/packages/graph.scm                             | 114 ++++++++++++++++-----
 gnu/packages/javascript.scm                        |   2 +-
 gnu/packages/machine-learning.scm                  |  48 +++++++++
 gnu/packages/package-management.scm                |   4 +-
 .../patches/igraph-fix-varargs-integer-size.patch  |  39 +++++++
 gnu/packages/python-xyz.scm                        |   9 +-
 gnu/packages/raspberry-pi.scm                      |   2 +-
 gnu/packages/suckless.scm                          |   2 +-
 gnu/services.scm                                   |   4 +-
 gnu/services/base.scm                              |   7 +-
 gnu/services/guix.scm                              |  23 +++--
 gnu/services/web.scm                               |   6 +-
 gnu/system/image.scm                               |  13 ++-
 gnu/system/install.scm                             |   2 +-
 guix/packages.scm                                  |   6 +-
 guix/profiles.scm                                  |  37 ++++---
 guix/scripts/pack.scm                              |   8 +-
 guix/self.scm                                      |   5 +-
 tests/pack.scm                                     |   7 +-
 tests/profiles.scm                                 |   4 +-
 28 files changed, 353 insertions(+), 89 deletions(-)
 create mode 100644 gnu/packages/patches/igraph-fix-varargs-integer-size.patch



reply via email to

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