mbox

[bug#36948,0/2] Fix the CPAN importer

Message ID 87k1bq864w.fsf@cbaines.net
Headers show

Message

Christopher Baines Aug. 6, 2019, 7:07 p.m. UTC
Christopher Baines (2):
  import: utils: Add hash-ref*.
  import: cpan: Adapt for the change to guile-json version 3.

 guix/import/cpan.scm  | 30 ++++++++++++++++--------------
 guix/import/utils.scm | 10 ++++++++++
 tests/cpan.scm        | 13 ++++++++-----
 3 files changed, 34 insertions(+), 19 deletions(-)

Comments

Christopher Baines Aug. 21, 2019, 5:30 p.m. UTC | #1
Christopher Baines <mail@cbaines.net> writes:

> Christopher Baines (2):
>   import: utils: Add hash-ref*.
>   import: cpan: Adapt for the change to guile-json version 3.
>
>  guix/import/cpan.scm  | 30 ++++++++++++++++--------------
>  guix/import/utils.scm | 10 ++++++++++
>  tests/cpan.scm        | 13 ++++++++-----
>  3 files changed, 34 insertions(+), 19 deletions(-)

I've pushed these patches as 01ce7af25add55514f737af48ea6c127bedfde67
now.