[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: lsp-plugins: Update to 1.1.26.
From: |
guix-commits |
Subject: |
03/07: gnu: lsp-plugins: Update to 1.1.26. |
Date: |
Fri, 2 Oct 2020 17:15:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 13e245f591508c3a8c29e0864eb4c3e761ebd831
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 2 11:11:00 2020 +0200
gnu: lsp-plugins: Update to 1.1.26.
* gnu/packages/music.scm (lsp-plugins): Update to 1.1.26.
---
gnu/packages/music.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1727bac..6093945 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5075,7 +5075,7 @@ and reverb.")
(define-public lsp-plugins
(package
(name "lsp-plugins")
- (version "1.1.24")
+ (version "1.1.26")
(source
(origin
(method git-fetch)
@@ -5084,7 +5084,7 @@ and reverb.")
(commit (string-append "lsp-plugins-" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rzgzkg6wvhjcf664i16nz4v30drgv80s34bhdflcjzx2x7ix5zk"))))
+ (base32 "1apw8zh3a3il4smkjji6bih4vbsymj0hjs10fgkrd4nazqkjvgyd"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
@@ -5095,7 +5095,7 @@ and reverb.")
(string-append "ETC_PATH=" (assoc-ref %outputs "out") "/etc"))
#:phases
(modify-phases %standard-phases
- (delete 'configure)) ; no configure
+ (delete 'configure)) ; no configure script
#:test-target "test"))
(inputs
`(("cairo" ,cairo)
- branch master updated (3c01fcc -> 63e5ef4), guix-commits, 2020/10/02
- 01/07: gnu: perl-test-utf8: Update to 1.02., guix-commits, 2020/10/02
- 02/07: gnu: perl-async-interrupt: Update to 1.26., guix-commits, 2020/10/02
- 03/07: gnu: lsp-plugins: Update to 1.1.26.,
guix-commits <=
- 05/07: gnu: liblouisutdml: Update to 2.9.0., guix-commits, 2020/10/02
- 07/07: gnu: orc: Update to 0.4.32., guix-commits, 2020/10/02
- 06/07: gnu: zeromq: Update to 4.3.3., guix-commits, 2020/10/02
- 04/07: gnu: liblouis: Update to 3.15.0., guix-commits, 2020/10/02