From 4c6685036867005a5feaa02d3e8056d83fd57651 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 25 Jun 2025 23:32:04 +0100 Subject: [PATCH] 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 --- gnu/packages/radio.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 6f54244c2e49707d85d8a14040661c0ac6a59629..320ef68222da4beaa2f5ec815d52f5a3bd25bb71 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -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