guix-commits
[Top][All Lists]
Advanced

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

branch master updated (906a396 -> ca71942)


From: Ludovic Courtès
Subject: branch master updated (906a396 -> ca71942)
Date: Tue, 4 Sep 2018 11:55:10 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  906a396   gnu: ghc-zlib: Enable tests.
       new  b50658f   gnu: kicad: Update to 5.0.0.
       new  71ca16b   gnu: petsc-openmpi: Configure with support for hdf5 data 
format.
       new  1bf7587   gnu: Add emacs-picpocket.
       new  7e1d229   inferior: Add home-page and location package accessors.
       new  ca71942   Switch to Guile-Gcrypt.

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                         |   5 -
 README                              |   3 +-
 build-aux/build-self.scm            |  83 ++++++--
 configure.ac                        |  13 +-
 doc/guix.texi                       |   4 +-
 gnu/packages/bash.scm               |   2 +-
 gnu/packages/emacs.scm              |  39 +++-
 gnu/packages/engineering.scm        |  25 +--
 gnu/packages/maths.scm              |  19 +-
 gnu/packages/package-management.scm |   5 +-
 gnu/system/vm.scm                   |  48 ++---
 guix/derivations.scm                |   2 +-
 guix/docker.scm                     |   2 +-
 guix/gcrypt.scm                     |  49 -----
 guix/git.scm                        |   2 +-
 guix/hash.scm                       | 184 ----------------
 guix/http-client.scm                |   2 +-
 guix/import/cpan.scm                |   2 +-
 guix/import/cran.scm                |   2 +-
 guix/import/crate.scm               |   2 +-
 guix/import/elpa.scm                |   2 +-
 guix/import/gnu.scm                 |   2 +-
 guix/import/hackage.scm             |   2 +-
 guix/import/texlive.scm             |   2 +-
 guix/import/utils.scm               |   2 +-
 guix/inferior.scm                   |  20 +-
 guix/nar.scm                        |   4 +-
 guix/pk-crypto.scm                  | 407 ------------------------------------
 guix/pki.scm                        |   2 +-
 guix/scripts/archive.scm            |   2 +-
 guix/scripts/authenticate.scm       |   2 +-
 guix/scripts/download.scm           |   2 +-
 guix/scripts/hash.scm               |   6 +-
 guix/scripts/pack.scm               |  60 ++----
 guix/scripts/publish.scm            |   4 +-
 guix/scripts/refresh.scm            |   2 +-
 guix/scripts/substitute.scm         |   4 +-
 guix/self.scm                       |  26 +--
 guix/store.scm                      |   2 +-
 guix/store/deduplication.scm        |   2 +-
 guix/tests.scm                      |   2 +-
 m4/guix.m4                          |  18 --
 tests/base32.scm                    |   2 +-
 tests/builders.scm                  |   2 +-
 tests/challenge.scm                 |   2 +-
 tests/cpan.scm                      |   2 +-
 tests/crate.scm                     |   2 +-
 tests/derivations.scm               |   2 +-
 tests/gem.scm                       |   2 +-
 tests/hash.scm                      | 128 ------------
 tests/inferior.scm                  |  26 ++-
 tests/nar.scm                       |   2 +-
 tests/opam.scm                      |   2 +-
 tests/packages.scm                  |   2 +-
 tests/pk-crypto.scm                 | 290 -------------------------
 tests/pki.scm                       |   4 +-
 tests/publish.scm                   |   4 +-
 tests/pypi.scm                      |   2 +-
 tests/store-deduplication.scm       |   2 +-
 tests/store.scm                     |   2 +-
 tests/substitute.scm                |   4 +-
 61 files changed, 280 insertions(+), 1270 deletions(-)
 delete mode 100644 guix/gcrypt.scm
 delete mode 100644 guix/hash.scm
 delete mode 100644 guix/pk-crypto.scm
 delete mode 100644 tests/hash.scm
 delete mode 100644 tests/pk-crypto.scm



reply via email to

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