[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)
- branch master updated (25db3b2 -> d4987a5), guix-commits, 2021/03/20
- 01/12: doc: Fix syntax of '.guix-channel' dependency example., guix-commits, 2021/03/20
- 05/12: gnu: Add julia-benchmarktools., guix-commits, 2021/03/20
- 02/12: gnu-maintenance: Accept underscores as package/version separators., guix-commits, 2021/03/20
- 03/12: doc: Fix typo in julia-build-system., guix-commits, 2021/03/20
- 04/12: gnu: julia-adapt: Set file-name according to standards.,
guix-commits <=
- 06/12: gnu: Add julia-jllwrappers., guix-commits, 2021/03/20
- 08/12: gnu: Add julia-mbedtls., guix-commits, 2021/03/20
- 07/12: gnu: Add julia-mbedtls-jll., guix-commits, 2021/03/20
- 09/12: gnu: Add julia-uris., guix-commits, 2021/03/20
- 10/12: gnu: Add julia-inifile., guix-commits, 2021/03/20
- 11/12: gnu: Add julia-bufferedstreams., guix-commits, 2021/03/20
- 12/12: gnu: Add julia-http., guix-commits, 2021/03/20