gnu: butt: Update to 0.1.38.

* gnu/packages/audio.scm (butt): Update to 0.1.38.
[inputs]: Add curl.
This commit is contained in:
Tobias Geerinckx-Rice 2023-08-13 02:00:00 +02:00
parent 8175078275
commit 64b04ab84d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5936,14 +5936,14 @@ (define-public ableton-link
(define-public butt (define-public butt
(package (package
(name "butt") (name "butt")
(version "0.1.34") (version "0.1.38")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/butt/butt/butt-" (uri (string-append "mirror://sourceforge/butt/butt/butt-"
version "/butt-" version ".tar.gz")) version "/butt-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0zd1g1673pv8z437y34fllxska8dzpd7mygpham35pzwpdyc5c1p")) "10i3xpxzccdl4pidiyymw9cfavhy50yhn7xi5bd77y91f2903kp9"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(substitute* "src/butt.cpp" '(substitute* "src/butt.cpp"
@ -5966,9 +5966,10 @@ (define-public butt
(uri (string-append "https://danielnoethen.de/butt/butt-" (uri (string-append "https://danielnoethen.de/butt/butt-"
version "_manual.pdf")) version "_manual.pdf"))
(sha256 (sha256
(base32 "0kadqzzbk25n0aqxgbqhg4mq4hsbjq44phzcx5qj1b8847yzz8si")))))) (base32 "04aixxqshfj11ja3ifh0zvywl2mqzmymppcd0xj8sv0j7whjibaq"))))))
(inputs (inputs
(list dbus (list curl
dbus
flac flac
fltk fltk
lame lame