[bug#67273,gnome-team,3/5] gnu: sratom: Update to 0.6.16.
Commit Message
* gnu/packages/audio.scm (sratom): Update to 0.6.16.
[source]: Update url.
[build-system]: Change to meson-build-system.
[arguments]: Remove it.
Change-Id: If24bcd75a79c5e27e1a40647651573d72b48bdf3
---
gnu/packages/audio.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Comments
Hi!
Thanks for the explanation!
So the patch set should be changed in order - i can confirm that all
packages now build just fine!
They generally look good to me, except for one question: is it
impossible to patch the sources so we wouldn't need to propagate more
inputs? Otherwise all seems fine.
So, if you could re-send your patchset with
- the correct order,
- $(guix style) ran on all the packages,
- and maybe less input propagation (if possible)
that'd be great!
Thanks for your time and effort!
@@ -3725,16 +3725,15 @@ (define-public rtmidi-4.0
(define-public sratom
(package
(name "sratom")
- (version "0.6.6")
+ (version "0.6.16")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/sratom-"
- version ".tar.bz2"))
+ version ".tar.xz"))
(sha256
(base32
- "178v90qvsp6lw4sqdmdz0bzyjkgwhv9m75ph1d1z8say5bv0p4gv"))))
- (build-system waf-build-system)
- (arguments `(#:tests? #f)) ;no check target
+ "1i12wcnv52r05zr5wjmpvbsvbjbm3hkv8frral2kvrc326cmghbi"))))
+ (build-system meson-build-system)
(propagated-inputs
;; In Requires of sratom-0.pc.
(list lv2 serd sord))