3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: flrig: Update to 1.3.52.

* gnu/packages/radio.scm (flrig): Update to 1.3.52.
This commit is contained in:
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

View file

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