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:
		
							parent
							
								
									e64ff72a14
								
							
						
					
					
						commit
						81d45a66d5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -32,7 +32,7 @@ | ||||||
|        (uri (git-reference |        (uri (git-reference | ||||||
|              (url "https://github.com/JuliaGPU/Adapt.jl") |              (url "https://github.com/JuliaGPU/Adapt.jl") | ||||||
|              (commit (string-append "v" version)))) |              (commit (string-append "v" version)))) | ||||||
|        (file-name "Adapt") |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "1lks6k3a1gvwlplld47nh6xfy3nnlpc0vhkzg6zg0qn33qdmavrg")))) |         (base32 "1lks6k3a1gvwlplld47nh6xfy3nnlpc0vhkzg6zg0qn33qdmavrg")))) | ||||||
|     (build-system julia-build-system) |     (build-system julia-build-system) | ||||||
|  |  | ||||||
		Reference in a new issue