guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: csound: Update to 6.11.0.


From: ???
Subject: 01/01: gnu: csound: Update to 6.11.0.
Date: Sat, 13 Oct 2018 22:53:26 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 40f856fae80ee8a274067fba0837cccb74d9642d
Author: Brett Gilio <address@hidden>
Date:   Sun Oct 14 09:37:34 2018 +0800

    gnu: csound: Update to 6.11.0.
    
    * gnu/packages/audio.scm (csound): Update to 6.11.0.
    [home-page]: Change to "https://csound.com/";.
    
    Signed-off-by: 宋文武 <address@hidden>
---
 gnu/packages/audio.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index d233940..6197f54 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2018 okapi <address@hidden>
 ;;; Copyright © 2018 Maxim Cournoyer <address@hidden>
 ;;; Copyright © 2018 Clément Lassieur <address@hidden>
+;;; Copyright © 2018 Brett Gilio <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -650,7 +651,7 @@ emulation (valve, tape), bit fiddling (decimator, 
pointer-cast), etc.")
 (define-public csound
   (package
     (name "csound")
-    (version "6.09.1")
+    (version "6.11.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -659,7 +660,7 @@ emulation (valve, tape), bit fiddling (decimator, 
pointer-cast), etc.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4"))))
+                "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd"))))
     (build-system cmake-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)
@@ -674,7 +675,7 @@ emulation (valve, tape), bit fiddling (decimator, 
pointer-cast), etc.")
      `(("bison" ,bison)
        ("flex" ,flex)
        ("zlib" ,zlib)))
-    (home-page "http://csound.github.io/";)
+    (home-page "https://csound.com/";)
     (synopsis "Sound and music computing system")
     (description
      "Csound is a user-programmable and user-extensible sound processing



reply via email to

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