gnu: rfcat: Update to 1.9.6.
* gnu/packages/radio.scm (rfcat): Update to 1.9.6.
This commit is contained in:
parent
d06afc330b
commit
c50e340707
1 changed files with 38 additions and 42 deletions
|
|
@ -2497,22 +2497,18 @@ Caller-ID.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public rfcat
|
(define-public rfcat
|
||||||
;; Use a commit for now because some fixes to make rfcat work with
|
|
||||||
;; Python 3 instead of Python 2 are not in a release yet.
|
|
||||||
(let ((commit "725bf79af27d47cdec64107317c1c8fe3f7ad7b8")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "rfcat")
|
(name "rfcat")
|
||||||
(version (git-version "1.9.5" revision commit))
|
(version "1.9.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/atlas0fd00m/rfcat")
|
(url "https://github.com/atlas0fd00m/rfcat")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dbc6n4pxsa73wzxny773khc73r1dn3ma5hi7xv76vcykjvzkdi3"))))
|
(base32 "0zmgbgf1025ln2v6lc27dmkmwv8pxjgrmhmpk34rkkixhvnk69pf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list python-future
|
(list python-future
|
||||||
|
|
@ -2550,7 +2546,7 @@ Supported dongles:
|
||||||
To install the rfcat udev rules, you must extend @code{udev-service-type} with
|
To install the rfcat udev rules, you must extend @code{udev-service-type} with
|
||||||
this package. E.g.: @code{(udev-rules-service 'rfcat rfcat)}")
|
this package. E.g.: @code{(udev-rules-service 'rfcat rfcat)}")
|
||||||
(license (list license:bsd-3
|
(license (list license:bsd-3
|
||||||
license:gpl2)))))
|
license:gpl2))))
|
||||||
|
|
||||||
(define-public rx-tools
|
(define-public rx-tools
|
||||||
;; No tagged release since 2016, use commit instead.
|
;; No tagged release since 2016, use commit instead.
|
||||||
|
|
|
||||||
Reference in a new issue