mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: carla: Update to 2.5.10.
* gnu/packages/audio.scm (carla): Update to 2.5.10. Change-Id: I24230e1ec249021f0161da9748a2de342ef1a889
This commit is contained in:
parent
250ac0093d
commit
eeb15fc105
1 changed files with 2 additions and 2 deletions
|
@ -6450,7 +6450,7 @@ as is the case with audio plugins.")
|
|||
(define-public carla
|
||||
(package
|
||||
(name "carla")
|
||||
(version "2.4.1")
|
||||
(version "2.5.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6460,7 +6460,7 @@ as is the case with audio plugins.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01ngkmfcxyg1bb4qmfvlkkjbx4lx62akxqhizl8zmqnhfcy4p9bx"))))
|
||||
(base32 "1p7nvydnmg5l457w3089bwj1a5z509ydlpwvf19k86i348a1lm6v"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; no "check" target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue