guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: csound: Fetch sources from git.


From: Ricardo Wurmus
Subject: 05/15: gnu: csound: Fetch sources from git.
Date: Sat, 10 Nov 2018 17:29:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 917dc89672b09c969297b36a2e2ce637d3358785
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Nov 10 22:47:17 2018 +0100

    gnu: csound: Fetch sources from git.
    
    * gnu/packages/audio.scm (csound)[source]: Fetch from git.
---
 gnu/packages/audio.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 5e02291..56a8a4b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -654,14 +654,14 @@ emulation (valve, tape), bit fiddling (decimator, 
pointer-cast), etc.")
     (name "csound")
     (version "6.11.0")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/csound/csound/archive/";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/csound/csound.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "072pk5h9w0vhw0ncc9dn90haw1yv18v04iwwjn8nsp6930w7dvxd"))))
+                "1hlkrnv3gghx4v382nl6v6k2k1dzm5ddk35m5g3q6pzc959726s7"))))
     (build-system cmake-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)



reply via email to

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