From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37507) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB55O-0003dy-7n for guix-patches@gnu.org; Fri, 12 Oct 2018 17:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB55K-0004Iu-0m for guix-patches@gnu.org; Fri, 12 Oct 2018 17:35:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43279) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gB55J-0004IO-T5 for guix-patches@gnu.org; Fri, 12 Oct 2018 17:35:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gB55J-0008Ah-N0 for guix-patches@gnu.org; Fri, 12 Oct 2018 17:35:01 -0400 Subject: [bug#33028] [PATCH] gnu: csound: Update to 6.11.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB54R-0003WH-7A for guix-patches@gnu.org; Fri, 12 Oct 2018 17:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB54N-0003dI-1b for guix-patches@gnu.org; Fri, 12 Oct 2018 17:34:07 -0400 Received: from mout02.posteo.de ([185.67.36.66]:59913) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gB54M-0003cq-No for guix-patches@gnu.org; Fri, 12 Oct 2018 17:34:02 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 202D32400E6 for ; Fri, 12 Oct 2018 23:34:00 +0200 (CEST) References: <87a7nix3c7.fsf@posteo.net> From: Brett Gilio In-reply-to: <87a7nix3c7.fsf@posteo.net> Date: Fri, 12 Oct 2018 16:33:54 -0500 Message-ID: <87k1mmluil.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Brett Gilio Cc: 33028@debbugs.gnu.org Brett Gilio writes: I made an error on the last patch submission. > diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm > index d233940f2..785375295 100644 > --- a/gnu/packages/audio.scm > +++ b/gnu/packages/audio.scm > @@ -13,6 +13,7 @@ > ;;; Copyright =C2=A9 2018 okapi > ;;; Copyright =C2=A9 2018 Maxim Cournoyer > ;;; Copyright =C2=A9 2018 Cl=C3=A9ment Lassieur > +;;; Copyright =C2=A9 2018 Brett Gilio > ;;; > ;;; This file is part of GNU Guix. > ;;; > @@ -650,7 +651,7 @@ emulation (valve, tape), bit fiddling=20 > (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=20 > (decimator, > pointer-cast), etc.") > (file-name (string-append name "-" version=20 > ".tar.gz")) > (sha256 > (base32 > -=20 > "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4")))) > + "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd")))) > (build-system cmake-build-system) > (inputs > `(("alsa-lib" ,alsa-lib)