mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-audio: Update to 0.1-12.
* gnu/packages/cran.scm (r-audio): Update to 0.1-12. Change-Id: I5bfcce860dd9b7baa8d6357b6f6dd930f0f2cf93
This commit is contained in:
parent
73778565f0
commit
25ec5de0be
1 changed files with 2 additions and 2 deletions
|
|
@ -16182,13 +16182,13 @@ is provided.")
|
|||
(define-public r-audio
|
||||
(package
|
||||
(name "r-audio")
|
||||
(version "0.1-11")
|
||||
(version "0.1-12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "audio" version))
|
||||
(sha256
|
||||
(base32 "0z719jxmfzmh6c885m1yixjzdsl1wy17s1sw2hp4ppz4bcrzclhh"))))
|
||||
(base32 "13jhmqyf0sbcqz7xpqhc8k9cjj1qfxzqknm05hh491bmz0jqfddv"))))
|
||||
(properties `((upstream-name . "audio")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue