emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#33028: closed ([PATCH] gnu: csound: Update to 6.11


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33028: closed ([PATCH] gnu: csound: Update to 6.11.0)
Date: Sun, 14 Oct 2018 02:56:02 +0000

Your message dated Sun, 14 Oct 2018 10:53:54 +0800
with message-id <address@hidden>
and subject line Re: [bug#33028] [PATCH] gnu: update csound 6.11.0
has caused the debbugs.gnu.org bug report #33028,
regarding [PATCH] gnu: csound: Update to 6.11.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33028: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33028
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: csound: Update to 6.11.0 Date: Fri, 12 Oct 2018 16:27:52 -0500 User-agent: mu4e 1.0; emacs 26.1 diff --git a/gnu/packages/astronomy.scm 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 © 2016 John Darrington <address@hidden>
;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Brett Gilio <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -128,7 +129,7 @@ programs for the manipulation and analysis 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 "https://github.com/Stellarium/"; name @@ -136,7 +137,7 @@ programs for the manipulation and analysis of astronomical data.")
                                 "/" name "-" version ".tar.gz"))
             (sha256
              (base32
- "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 © 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)



--- End Message ---
--- Begin Message --- Subject: Re: [bug#33028] [PATCH] gnu: update csound 6.11.0 Date: Sun, 14 Oct 2018 10:53:54 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Brett Gilio <address@hidden> writes:

> ---
>  gnu/packages/audio.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>

Applied, thanks!


--- End Message ---

reply via email to

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