~ruther/guix-local

fbe9c1012820ab72f022a6ec958c35b431ae7a74 — David Craven 9 years ago 7a06300
import: Reorder imports in (guix import utils).

* guix/import/utils.scm (define-module): Reorder imports alphabetically.
1 files changed, 6 insertions(+), 5 deletions(-)

M guix/import/utils.scm
M guix/import/utils.scm => guix/import/utils.scm +6 -5
@@ 17,14 17,15 @@
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (guix import utils)
  #:use-module (ice-9 match)
  #:use-module (ice-9 regex)
  #:use-module (srfi srfi-1)
  #:use-module (guix hash)
  #:use-module (guix base32)
  #:use-module ((guix build download) #:prefix build:)
  #:use-module (guix hash)
  #:use-module ((guix licenses) #:prefix license:)
  #:use-module (guix utils)
  #:use-module ((guix build download) #:prefix build:)
  #:use-module (ice-9 match)
  #:use-module (ice-9 regex)
  #:use-module (json)
  #:use-module (srfi srfi-1)
  #:export (factorize-uri

            hash-table->alist