[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (95c29d2 -> be13e2b)
From: |
guix-commits |
Subject: |
branch master updated (95c29d2 -> be13e2b) |
Date: |
Wed, 1 Sep 2021 17:43:48 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 95c29d2 gnu: electron-cash: Update to 4.2.5.
new a5fb1f4 gnu: mailutils: Look up Scheme variables in the right module.
new 406f726 gnu: Add date2name.
new 150cf64 gnu: python-pycryptodome: Unbundle libtomcrypt.
new 0e05bee gnu: python-pycryptodomex: Unbundle libtomcrypt.
new 16579a7 import: go: Return false for package not found.
new f95bdeb import: utils: Skip not found packages.
new be13e2b import: go: Improve error handling.
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/local.mk | 1 +
gnu/packages/mail.scm | 5 ++-
.../patches/mailutils-variable-lookup.patch | 26 +++++++++++
gnu/packages/python-crypto.scm | 29 ++++++++++++-
gnu/packages/python-xyz.scm | 37 ++++++++++++++++
guix/import/go.scm | 50 ++++++++++++++--------
guix/import/utils.scm | 26 +++++------
guix/scripts/import/go.scm | 6 +--
tests/go.scm | 2 +-
tests/import-utils.scm | 28 ++++++++++++
10 files changed, 171 insertions(+), 39 deletions(-)
create mode 100644 gnu/packages/patches/mailutils-variable-lookup.patch
- branch master updated (95c29d2 -> be13e2b),
guix-commits <=
- 01/07: gnu: mailutils: Look up Scheme variables in the right module., guix-commits, 2021/09/01
- 03/07: gnu: python-pycryptodome: Unbundle libtomcrypt., guix-commits, 2021/09/01
- 02/07: gnu: Add date2name., guix-commits, 2021/09/01
- 04/07: gnu: python-pycryptodomex: Unbundle libtomcrypt., guix-commits, 2021/09/01
- 05/07: import: go: Return false for package not found., guix-commits, 2021/09/01
- 06/07: import: utils: Skip not found packages., guix-commits, 2021/09/01
- 07/07: import: go: Improve error handling., guix-commits, 2021/09/01