guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: julia-adapt: Set file-name according to standards.


From: guix-commits
Subject: 04/12: gnu: julia-adapt: Set file-name according to standards.
Date: Sat, 20 Mar 2021 17:29:46 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 81d45a66d57158ec1d07723d99eb0b9e789b8ec2
Author: nixo <nicolo@nixo.xyz>
AuthorDate: Sat Jan 30 15:47:06 2021 +0100

    gnu: julia-adapt: Set file-name according to standards.
    
    * gnu/packages/julia-xyz.scm (julia-adapt)[source]: Change 'file-name'.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/julia-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 34dba95..c9e1d0d 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -32,7 +32,7 @@
        (uri (git-reference
              (url "https://github.com/JuliaGPU/Adapt.jl";)
              (commit (string-append "v" version))))
-       (file-name "Adapt")
+       (file-name (git-file-name name version))
        (sha256
         (base32 "1lks6k3a1gvwlplld47nh6xfy3nnlpc0vhkzg6zg0qn33qdmavrg"))))
     (build-system julia-build-system)



reply via email to

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