mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libinstpatch: Update to 1.1.6.
* gnu/packages/audio.scm (libinstpatch): Update to 1.1.6.
This commit is contained in:
parent
f5ef08c437
commit
846a6aadd6
1 changed files with 2 additions and 2 deletions
|
@ -4922,7 +4922,7 @@ (define-public ztoolkit
|
|||
(define-public libinstpatch
|
||||
(package
|
||||
(name "libinstpatch")
|
||||
(version "1.1.5")
|
||||
(version "1.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4931,7 +4931,7 @@ (define-public libinstpatch
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0psx4hc5yksfd3k2xqsc7c8lbz2d4yybikyddyd9hlkhq979cmjb"))))
|
||||
(base32 "1w3nk0vvd1cxic70n45zjip0bdsrja969myvyvkhq3ngbarbykir"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;there are no tests
|
||||
|
|
Loading…
Reference in a new issue