gnu: flwrap: Update to 1.3.6.

* gnu/packages/radio.scm (flwrap): Update to 1.3.6.
This commit is contained in:
Guillaume Le Vaillant 2023-04-26 14:10:08 +02:00
parent bfbe2a518d
commit 62fed3b874
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1278,7 +1278,7 @@ (define-public flmsg
(define-public flwrap
(package
(name "flwrap")
(version "1.3.5")
(version "1.3.6")
(source
(origin
(method git-fetch)
@ -1287,7 +1287,7 @@ (define-public flwrap
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0xkhr82smfr7wpb9xl05wf7bz3vi2mr4xkcr2s8v6mblhgsdhqwg"))))
(base32 "0kd8jpgqyff3ck103i2nfvlxv2vqwn9ks02s8yddk7scww8raziy"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake pkg-config))