guix-commits
[Top][All Lists]
Advanced

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

branch master updated (0701efb351 -> af1b5de6d8)


From: guix-commits
Subject: branch master updated (0701efb351 -> af1b5de6d8)
Date: Thu, 6 Jan 2022 10:41:20 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

    from 0701efb351 doc: Fix typo.
     new 064c367716 guix hash: Extract file hashing procedures.
     new b4c677c2ed import: Factorize file hashing.
     new 1c32b4c965 refresh: Support non-tarball sources.
     new 9f526f5dad upstream: Support updating and fetching 'git-fetch' origins.
     new a9268216e4 guix home, system: Use 'leave' to report missing 
generations.
     new 495ac045a3 gnu: gettext: Use gexps for arguments.
     new a21590dabf gnu: gettext: Work around Gnulib test failures on 
armhf-linux.
     new 93e6a11994 gnu: guile-next: Update to 3.0.7-d70c1db.
     new af1b5de6d8 gnu: gfortran-toolchain, gdc-toolchain: Make visible again.

The 9 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:
 Makefile.am                   |   1 +
 gnu/packages/commencement.scm |   7 ++-
 gnu/packages/gettext.scm      | 114 +++++++++++++++++++++++-------------------
 gnu/packages/guile.scm        |   8 +--
 guix/git.scm                  |  14 +++++-
 guix/hash.scm                 |  73 +++++++++++++++++++++++++++
 guix/import/cran.scm          |  32 ++----------
 guix/import/elpa.scm          |  29 ++---------
 guix/import/git.scm           |  22 ++++----
 guix/import/go.scm            |  25 ++-------
 guix/import/minetest.scm      |  25 ++++-----
 guix/scripts/hash.scm         |  22 ++------
 guix/scripts/home.scm         |   2 +-
 guix/scripts/refresh.scm      |  10 ++--
 guix/scripts/system.scm       |   2 +-
 guix/upstream.scm             |  73 ++++++++++++++++++++++++---
 tests/minetest.scm            |   7 ++-
 17 files changed, 273 insertions(+), 193 deletions(-)
 create mode 100644 guix/hash.scm



reply via email to

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