mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: sratom: Update to 0.6.16.
* gnu/packages/audio.scm (sratom): Update to 0.6.16. Change-Id: I2ac0d532dcf2548cf80931e68b9a13782bfc1d9b
This commit is contained in:
parent
73ff86a61e
commit
9487e7b4de
1 changed files with 2 additions and 2 deletions
|
@ -3722,14 +3722,14 @@ (define-public rtmidi-4.0
|
|||
(define-public sratom
|
||||
(package
|
||||
(name "sratom")
|
||||
(version "0.6.14")
|
||||
(version "0.6.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.drobilla.net/sratom-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rm1mkzmqr8k818xxpm69f5jp1fnxjglj3l5ngcysfmq1psgm0lr"))))
|
||||
"1i12wcnv52r05zr5wjmpvbsvbjbm3hkv8frral2kvrc326cmghbi"))))
|
||||
(build-system meson-build-system)
|
||||
(propagated-inputs
|
||||
;; In Requires of sratom-0.pc.
|
||||
|
|
Loading…
Reference in a new issue