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>
This commit is contained in:
nixo 2021-01-30 15:47:06 +01:00 committed by Ludovic Courtès
parent e64ff72a14
commit 81d45a66d5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -32,7 +32,7 @@ (define-public julia-adapt
(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)