[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (d76b668 -> 2a4f3c1)
From: |
guix-commits |
Subject: |
branch master updated (d76b668 -> 2a4f3c1) |
Date: |
Sun, 18 Oct 2020 18:16:46 -0400 (EDT) |
mbakke pushed a change to branch master
in repository guix.
from d76b668 installer: Call setlocale after init gettext.
new dcafa89 gnu: extempore: Inline custom package variants.
new f1db068 gnu: llvm.scm: Reorder variables.
new 7f79358 gnu: LLVM, Clang: Add 11.0.0.
new 8937cd0 gnu: lld: Update to 11.0.0.
new 1c4cbee gnu: gn: Update to 0.0-1819.e327ffd.
new f01ec47 gnu: ungoogled-chromium: Update to 86.0.4240.75-0.c34a56d.
new 474efc8 gnu: Add python-grandalf.
new 68d425c gnu: Add python-pykeepass.
new 9cd6128 gnu: libpwquality: Enable Python binding.
new a8eb438 gnu: Add passwordsafe.
new 48fe2e0 gnu: Add python-pyfavicon.
new 6f8d776 gnu: Add python-pyotp.
new 945ec6c gnu: Add yoyo-migrations.
new 2f115f5 gnu: Add python-pyzbar.
new 094e234 gnu: Add authenticator.
new 6b98188 gnu: Add ccal.
new 2a4f3c1 gnu: Add libebur128.
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 | 1 +
gnu/packages/audio.scm | 26 +++
gnu/packages/build-tools.scm | 6 +-
gnu/packages/calendar.scm | 43 ++++
gnu/packages/chromium.scm | 192 ++++++++---------
gnu/packages/databases.scm | 32 +++
gnu/packages/gnome.scm | 124 +++++++++++
gnu/packages/image.scm | 27 ---
gnu/packages/llvm.scm | 231 +++++++++++----------
gnu/packages/music.scm | 79 ++++---
gnu/packages/password-utils.scm | 14 +-
...ath.patch => clang-11.0-libc-search-path.patch} | 75 +++----
gnu/packages/python-crypto.scm | 68 ++++++
gnu/packages/python-xyz.scm | 133 ++++++++++++
14 files changed, 742 insertions(+), 309 deletions(-)
copy gnu/packages/patches/{clang-10.0-libc-search-path.patch =>
clang-11.0-libc-search-path.patch} (77%)
- branch master updated (d76b668 -> 2a4f3c1),
guix-commits <=
- 05/17: gnu: gn: Update to 0.0-1819.e327ffd., guix-commits, 2020/10/18
- 01/17: gnu: extempore: Inline custom package variants., guix-commits, 2020/10/18
- 06/17: gnu: ungoogled-chromium: Update to 86.0.4240.75-0.c34a56d., guix-commits, 2020/10/18
- 03/17: gnu: LLVM, Clang: Add 11.0.0., guix-commits, 2020/10/18
- 04/17: gnu: lld: Update to 11.0.0., guix-commits, 2020/10/18
- 12/17: gnu: Add python-pyotp., guix-commits, 2020/10/18
- 10/17: gnu: Add passwordsafe., guix-commits, 2020/10/18
- 14/17: gnu: Add python-pyzbar., guix-commits, 2020/10/18
- 15/17: gnu: Add authenticator., guix-commits, 2020/10/18
- 13/17: gnu: Add yoyo-migrations., guix-commits, 2020/10/18