~ruther/guix-local

504e06012687dd2ff11af60528e4232fbdeca85e — Tobias Geerinckx-Rice 3 years ago b5c07581
gnu: python-lzo: Update to 1.14.

* gnu/packages/python-compression.scm (python-lzo): Update to 1.14.
[arguments]: Don't explicitly return #t from phases.
1 files changed, 3 insertions(+), 5 deletions(-)

M gnu/packages/python-compression.scm
M gnu/packages/python-compression.scm => gnu/packages/python-compression.scm +3 -5
@@ 195,14 195,13 @@ Python.")
(define-public python-lzo
  (package
    (name "python-lzo")
    (version "1.12")
    (version "1.14")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "python-lzo" version))
       (sha256
        (base32
         "0iakqgd51n1cd7r3lpdylm2rgbmd16y74cra9kcapwg84mlf9a4p"))))
        (base32 "0315nq6r39n51n8qqamb7xv0ib0qrh76q7g3a1977172mbndijw3"))))
    (build-system python-build-system)
    (arguments
     `(#:test-target "check"


@@ 215,8 214,7 @@ Python.")
                (string-append "include_dirs.append('"
                               (assoc-ref %build-inputs "lzo")
                               "/include/lzo"
                               "')")))
             #t)))))
                               "')"))))))))
    (inputs
     (list lzo))
    (home-page "https://github.com/jd-boyd/python-lzo")