From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB4zb-0001ww-0C for guix-patches@gnu.org; Fri, 12 Oct 2018 17:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB4zW-00012c-Dj for guix-patches@gnu.org; Fri, 12 Oct 2018 17:29:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43274) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gB4zW-00012S-9A for guix-patches@gnu.org; Fri, 12 Oct 2018 17:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gB4zW-00080N-1b for guix-patches@gnu.org; Fri, 12 Oct 2018 17:29:02 -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]:36161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB4yb-0001tQ-SF for guix-patches@gnu.org; Fri, 12 Oct 2018 17:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB4yX-0000RT-EN for guix-patches@gnu.org; Fri, 12 Oct 2018 17:28:05 -0400 Received: from mout02.posteo.de ([185.67.36.66]:45703) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gB4yX-0000Ot-4I for guix-patches@gnu.org; Fri, 12 Oct 2018 17:28:01 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 9B5FE2400E6 for ; Fri, 12 Oct 2018 23:27:59 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42X1CL3zr3z9rxM for ; Fri, 12 Oct 2018 23:27:58 +0200 (CEST) From: Brett Gilio Date: Fri, 12 Oct 2018 16:27:52 -0500 Message-ID: <87a7nix3c7.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: 33028@debbugs.gnu.org diff --git a/gnu/packages/astronomy.scm=20 b/gnu/packages/astronomy.scm index 3c8b9cc8d..5eb11cddd 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2016 John Darrington ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -128,7 +129,7 @@ programs for the manipulation and analysis of=20 astronomical data.") (define-public stellarium (package (name "stellarium") - (version "0.18.1") + (version "0.18.2") (source (origin (method url-fetch) (uri (string-append "https://github.com/Stellarium/"=20 name @@ -136,7 +137,7 @@ programs for the manipulation and analysis of=20 astronomical data.") "/" name "-" version ".tar.gz")) (sha256 (base32 -=20 "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) +=20 "1nr8n0v4wa0wfvqqk5kyy1jrv6xnvv4ppfa8l8bklrxbjvpsi0km")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) 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")))) +=20 "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd")))) (build-system cmake-build-system) (inputs `(("alsa-lib" ,alsa-lib)