~ruther/guix-local

4c6685036867005a5feaa02d3e8056d83fd57651 — Sharlatan Hellseher 1 year, 2 days ago 53dd48b
gnu: rfcat: Update to 2.0.1.

* gnu/packages/radio.scm (rfcat): Update to 2.0.1.
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools and python-wheel.

Change-Id: I559af6e5c131e6c1befa8edf56920abc1dbf61bd
1 files changed, 6 insertions(+), 3 deletions(-)

M gnu/packages/radio.scm
M gnu/packages/radio.scm => gnu/packages/radio.scm +6 -3
@@ 3233,7 3233,7 @@ Caller-ID.")
(define-public rfcat
  (package
    (name "rfcat")
    (version "1.9.6")
    (version "2.0.1")
    (source
     (origin
       (method git-fetch)


@@ 3242,8 3242,11 @@ Caller-ID.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0zmgbgf1025ln2v6lc27dmkmwv8pxjgrmhmpk34rkkixhvnk69pf"))))
    (build-system python-build-system)
        (base32 "0wf7fh9af24v6yfn83d00f3km4g5afgi8s0h7922si6pn1anrm45"))))
    (build-system pyproject-build-system)
    (native-inputs
     (list python-setuptools
           python-wheel))
    (inputs
     (list python-future
           python-ipython