mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue