guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: lmms: Update to 1.2.2.


From: guix-commits
Subject: branch master updated: gnu: lmms: Update to 1.2.2.
Date: Thu, 04 Feb 2021 13:46:16 -0500

This is an automated email from the git hooks/post-receive script.

kkebreau pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9bd56a5  gnu: lmms: Update to 1.2.2.
9bd56a5 is described below

commit 9bd56a551e23cd6c8e541e1a11dde9c8e69618f1
Author: Kei Kebreau <kkebreau@posteo.net>
AuthorDate: Thu Feb 4 12:28:46 2021 -0500

    gnu: lmms: Update to 1.2.2.
    
    * gnu/packages/music.scm (lmms): Update to 1.2.2.
    [inputs]: Add carla.
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 65f8cfd..fac029f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4395,7 +4395,7 @@ are a C compiler and glib.  Full API documentation and 
examples are included.")
 (define-public lmms
   (package
     (name "lmms")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method git-fetch)
@@ -4405,7 +4405,7 @@ are a C compiler and glib.  Full API documentation and 
examples are included.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1gx730z361xx30iqbsm99aam1k2c8yf561gcay6sryyjksb4w1wy"))))
+         "11xgf461cnmq0jkgdgx5bddi87ammpik4whg1m4fcvd3i0d5i601"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; no tests
@@ -4473,7 +4473,8 @@ are a C compiler and glib.  Full API documentation and 
examples are included.")
        ("libxft" ,libxft)
        ("freetype2" ,freetype)
        ("fftw3f" ,fftwf)
-       ("jack" ,jack-1)))
+       ("jack" ,jack-1)
+       ("carla" ,carla)))
     (home-page "https://lmms.io/";)
     (synopsis "Music composition tool")
     (description "LMMS is a digital audio workstation.  It includes tools for 
sequencing



reply via email to

[Prev in Thread] Current Thread [Next in Thread]