~ruther/guix-local

5634bc206d82a867850c86044c423b0a8700f34e — Guillaume Le Vaillant 1 year, 7 months ago 6fbd215
gnu: urh: Update to 2.9.8.

* gnu/packages/radio.scm (urh): Update to 2.9.8.
  [arguments]: Update 'disable-some-tests' phase.

Change-Id: I718defd03c7e9b4d0596e891e1e350c987e0a6b7
1 files changed, 8 insertions(+), 4 deletions(-)

M gnu/packages/radio.scm
M gnu/packages/radio.scm => gnu/packages/radio.scm +8 -4
@@ 3028,7 3028,7 @@ of devices than RTL-SDR.")
(define-public urh
  (package
    (name "urh")
    (version "2.9.4")
    (version "2.9.8")
    (source
     (origin
       (method git-fetch)


@@ 3037,7 3037,7 @@ of devices than RTL-SDR.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1sx70mp4bjbymy1lp6p96ydpqlyq7rwnrw96nb6aaya63fl1ab8y"))))
        (base32 "0wfqdcfip1kg5b5a8d01bip5nqvjhs2x8bgc9vwhghn6vk8pqxxg"))))
    (build-system python-build-system)
    (native-inputs
     (list python-cython


@@ 3067,9 3067,13 @@ of devices than RTL-SDR.")
                 " compiler_so='gcc', linker_exe='gcc', linker_so='gcc -shared')\n")))))
         (add-after 'unpack 'disable-some-tests
           (lambda _
             ;; FIXME
             (for-each delete-file
                       '(;; FIXME: This test causes a segmentation fault
                         "tests/test_send_recv_dialog_gui.py"))))
                       '("tests/test_continuous_modulator.py"
                         ;; This test causes a segmentation fault
                         "tests/test_send_recv_dialog_gui.py"
                         ;; This test hangs forever
                         "tests/test_spectrogram.py"))))
         (add-after 'build 'build-cythonext
           (lambda _
             (invoke "python" "src/urh/cythonext/build.py")))