mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: libdjinterop: Update to 0.22.1.
* gnu/packages/audio.scm (libdjinterop): Update to 0.22.1. Change-Id: I87dc524ba4c6e5da2ce42afc0b8f0f42337a61c8
This commit is contained in:
parent
ba82abc127
commit
c1f9412a4a
1 changed files with 2 additions and 2 deletions
|
@ -1674,7 +1674,7 @@ (define-public swh-plugins-lv2
|
|||
(define-public libdjinterop
|
||||
(package
|
||||
(name "libdjinterop")
|
||||
(version "0.20.2")
|
||||
(version "0.22.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1683,7 +1683,7 @@ (define-public libdjinterop
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0gbaji3d105vwshjfmnbxqrs42jjjxp41jqj5srncrfv3xmzsfkr"))))
|
||||
(base32 "0rzbvl0ryvbxwi53gf3rszgvd0dwangg1zx0i4lcmiz682wrnhf7"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list boost pkg-config))
|
||||
|
|
Loading…
Reference in a new issue