gnu: flrig: Update to 1.4.05.
* gnu/packages/radio.scm (flrig): Update to 1.4.05.
This commit is contained in:
parent
ffcec65878
commit
5320ba2054
1 changed files with 2 additions and 2 deletions
|
@ -960,7 +960,7 @@ hardware.")
|
||||||
(define-public flrig
|
(define-public flrig
|
||||||
(package
|
(package
|
||||||
(name "flrig")
|
(name "flrig")
|
||||||
(version "1.4.04")
|
(version "1.4.05")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -969,7 +969,7 @@ hardware.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06alzln46x08110v1ghasphr2mmznzk0x5h59vl9g2w1z12i9zsm"))))
|
(base32 "0pgkfzxqr2ybpbnf1y9nsr25k0zimdwr98mpvd7nazrv5l0y8kci"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake pkg-config))
|
(list autoconf automake pkg-config))
|
||||||
|
|
Reference in a new issue