gnu: flwrap: Update to 1.3.6.
* gnu/packages/radio.scm (flwrap): Update to 1.3.6.
This commit is contained in:
parent
bfbe2a518d
commit
62fed3b874
1 changed files with 2 additions and 2 deletions
|
@ -1278,7 +1278,7 @@ for emergency communications data transfers (like ICS213 forms).")
|
||||||
(define-public flwrap
|
(define-public flwrap
|
||||||
(package
|
(package
|
||||||
(name "flwrap")
|
(name "flwrap")
|
||||||
(version "1.3.5")
|
(version "1.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1287,7 +1287,7 @@ for emergency communications data transfers (like ICS213 forms).")
|
||||||
(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 "0xkhr82smfr7wpb9xl05wf7bz3vi2mr4xkcr2s8v6mblhgsdhqwg"))))
|
(base32 "0kd8jpgqyff3ck103i2nfvlxv2vqwn9ks02s8yddk7scww8raziy"))))
|
||||||
(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