gnu: libinstpatch: Update to 1.1.6.

* gnu/packages/audio.scm (libinstpatch): Update to 1.1.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-25 21:03:55 +01:00
parent f5ef08c437
commit 846a6aadd6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4922,7 +4922,7 @@ (define-public ztoolkit
(define-public libinstpatch (define-public libinstpatch
(package (package
(name "libinstpatch") (name "libinstpatch")
(version "1.1.5") (version "1.1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4931,7 +4931,7 @@ (define-public libinstpatch
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0psx4hc5yksfd3k2xqsc7c8lbz2d4yybikyddyd9hlkhq979cmjb")))) (base32 "1w3nk0vvd1cxic70n45zjip0bdsrja969myvyvkhq3ngbarbykir"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ;there are no tests `(#:tests? #f)) ;there are no tests