Skip to content
Snippets Groups Projects
Unverified Commit 54721e7e authored by nixo's avatar nixo Committed by Ludovic Courtès
Browse files

gnu: julia-compat: Set file name according to standards.


* gnu/packages/julia-xyz.scm (julia-compat)[source]: Set 'file-name'
to (git-file-name ...).

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent ba093a6d
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ (define-public julia-compat ...@@ -32,7 +32,7 @@ (define-public julia-compat
(uri (git-reference (uri (git-reference
(url "https://github.com/JuliaLang/Compat.jl") (url "https://github.com/JuliaLang/Compat.jl")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name "Compat") (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01vwjr2134bzgnaxwd67knbibbhnfgnqjw7gxrp29s6y2a6j3882")))) (base32 "01vwjr2134bzgnaxwd67knbibbhnfgnqjw7gxrp29s6y2a6j3882"))))
(build-system julia-build-system) (build-system julia-build-system)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment