guix-commits
[Top][All Lists]
Advanced

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

branch master updated (9a1b112 -> 054e308)


From: guix-commits
Subject: branch master updated (9a1b112 -> 054e308)
Date: Wed, 2 Dec 2020 16:10:08 -0500 (EST)

htgoebel pushed a change to branch master
in repository guix.

    from 9a1b112  gnu: snap: Update to 6.3.7.
     new 23e2cd1  guix: self: Add guile-semver as a depenedency.
     new bea3b17  import: utils: 'recursive-import' accepts an optional version 
parameter.
     new 269c1db  import: crate: Use guile-semver to resolve module versions.
     new d9feb23  import: crate: Memorize crate->guix-package.
     new 50fbb3f  import: crate: Parameterized importing of dev dependencies.
     new 9a48e35  import: utils: Trim patch version from names.
     new 4558406  import: crate: Trim version for names after left-most 
non-zero part.
     new 054e308  import: crate: Use existing package satisfying semver 
requirement.

The 8 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:
 guix/import/cran.scm          |   8 +-
 guix/import/crate.scm         | 150 ++++++++---
 guix/import/elpa.scm          |   6 +-
 guix/import/gem.scm           |   6 +-
 guix/import/opam.scm          |   8 +-
 guix/import/pypi.scm          |   8 +-
 guix/import/stackage.scm      |   5 +-
 guix/import/utils.scm         |  84 ++++--
 guix/scripts/import/cran.scm  |   5 +-
 guix/scripts/import/crate.scm |  13 +-
 guix/scripts/import/elpa.scm  |   4 +-
 guix/self.scm                 |   9 +-
 tests/crate.scm               | 581 ++++++++++++++++++++++++++++--------------
 tests/elpa.scm                |   3 +-
 tests/import-utils.scm        |   8 +-
 15 files changed, 608 insertions(+), 290 deletions(-)



reply via email to

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