gnu: gqrx: Update to 2.17.3.

* gnu/packages/radio.scm (gqrx): Update to 2.17.3.

Change-Id: Ie5722c0f693e41bb1eadb3e2397ce3f4404b8664
This commit is contained in:
Guillaume Le Vaillant 2023-10-25 11:26:59 +02:00
parent 9b42568da6
commit e0b94a4d27
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1200,7 +1200,7 @@ (define-public gr-satellites
(define-public gqrx
(package
(name "gqrx")
(version "2.17.2")
(version "2.17.3")
(source
(origin
(method git-fetch)
@ -1209,7 +1209,7 @@ (define-public gqrx
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1psfbwdgac4wkl6vjdk092rmwbd7228l0d3l5p9ab48d6vyrn2kp"))))
(base32 "00pasp13gqglixl0iy9jb242vx1kczgpinjs3d8a1cl8yv5w6xkl"))))
(build-system qt-build-system)
(native-inputs
(list pkg-config))