From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB5AF-0004uV-Co for guix-patches@gnu.org; Fri, 12 Oct 2018 17:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB5AB-0007TB-6W for guix-patches@gnu.org; Fri, 12 Oct 2018 17:40:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gB5AA-0007Sm-Ia for guix-patches@gnu.org; Fri, 12 Oct 2018 17:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gB5AA-0008JT-8M for guix-patches@gnu.org; Fri, 12 Oct 2018 17:40:02 -0400 Subject: [bug#33028] [PATCH] gnu: csound: Update to 6.11.0 Resent-Message-ID: References: <87a7nix3c7.fsf@posteo.net> From: Tobias Geerinckx-Rice In-reply-to: <87a7nix3c7.fsf@posteo.net> Date: Fri, 12 Oct 2018 23:39:27 +0200 Message-ID: <87ftxac0a8.fsf@tobias.gr> 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 wrote: > 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=20 > of > astronomical data.") > (define-public stellarium > (package > (name "stellarium") > - (version "0.18.1") > + (version "0.18.2") > (source (origin > (method url-fetch) > (uri (string-append=20 > "https://github.com/Stellarium/" > name > @@ -136,7 +137,7 @@ programs for the manipulation and analysis=20 > of > astronomical data.") > "/" name "-" version=20 > ".tar.gz")) > (sha256 > (base32 > -=20 > "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) > + "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 > ".tar.gz")) > (sha256 > (base32 > -=20 > "0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4")))) > + "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd")))) > (build-system cmake-build-system) > (inputs > `(("alsa-lib" ,alsa-lib) Hmm. How are you generating and sending these patches? This one includes your previous stellarium patch and both seem to=20 have indentation issues (the hashes should align, for example). Kind regards, T G-R