[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: magic-enum: Declare a source file-name.
From: |
guix-commits |
Subject: |
branch master updated: gnu: magic-enum: Declare a source file-name. |
Date: |
Thu, 21 Jan 2021 08:05:48 -0500 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 578856f gnu: magic-enum: Declare a source file-name.
578856f is described below
commit 578856fd460015aa3e2be637d09e63590ea698a8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jan 21 14:51:26 2021 +0200
gnu: magic-enum: Declare a source file-name.
* gnu/packages/cpp.scm (magic-enum)[source]: Add file-name field.
---
gnu/packages/cpp.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 03b84ef..ca8f7a9 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -819,6 +819,7 @@ provides a number of utilities to make coding with expected
cleaner.")
(uri (git-reference
(url home-page)
(commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
"07j5zdf3vkliwrcv6k663k35akn7qp23794sz2mnvkj9hbv9s8cx"))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: magic-enum: Declare a source file-name.,
guix-commits <=