~ruther/guix-local

577e75058066579bc66037c4ac08f3870520b79a — Ludovic Courtès 10 years ago bcb571c
refresh: Remove exception catch-all.

* guix/scripts/refresh.scm (update-package): Remove 'catch #t'.
1 files changed, 2 insertions(+), 6 deletions(-)

M guix/scripts/refresh.scm
M guix/scripts/refresh.scm => guix/scripts/refresh.scm +2 -6
@@ 153,12 153,8 @@ specified with `--select'.\n"))
KEY-DOWNLOAD specifies a download policy for missing OpenPGP keys; allowed
values: 'interactive' (default), 'always', and 'never'."
  (let-values (((version tarball)
                (catch #t
                  (lambda ()
                    (package-update store package updaters
                                    #:key-download key-download))
                  (lambda _
                    (values #f #f))))
                (package-update store package updaters
                                #:key-download key-download))
               ((loc)
                (or (package-field-location package 'version)
                    (package-location package))))