me
/
guix
Archived
1
0
Fork 0

gnu: flrig: Update to 1.3.52.

* gnu/packages/radio.scm (flrig): Update to 1.3.52.
master
Tobias Geerinckx-Rice 2020-11-09 09:30:33 +01:00
parent a79fd1c2d2
commit 3d2989d021
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -613,14 +613,14 @@ hardware.")
(define-public flrig (define-public flrig
(package (package
(name "flrig") (name "flrig")
(version "1.3.51") (version "1.3.52")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.w1hkj.com/files/flrig/flrig-" (uri (string-append "http://www.w1hkj.com/files/flrig/flrig-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "0aq4x0ai9q08ypfhzfj2inc4z3q39zq1l6h9as1kil9yn4zbay61")))) (base32 "18c154080vl25cy4l5amh96abm6kzm7mzld9h58pabc28yqq8zl8"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))