[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: genimage: Use GIT-FILE-NAME.
From: |
guix-commits |
Subject: |
branch master updated: gnu: genimage: Use GIT-FILE-NAME. |
Date: |
Fri, 22 Jan 2021 04:11:54 -0500 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7c424b3 gnu: genimage: Use GIT-FILE-NAME.
7c424b3 is described below
commit 7c424b3831ce891bd536831a04ff0e38f58fa045
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Thu Jan 14 13:58:45 2021 +0100
gnu: genimage: Use GIT-FILE-NAME.
* gnu/packages/genimage.scm (origin): Use GIT-FILE-NAME.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/genimage.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/genimage.scm b/gnu/packages/genimage.scm
index c9ed625..bd77e4d 100644
--- a/gnu/packages/genimage.scm
+++ b/gnu/packages/genimage.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Danny Milosavljevic <dannym@scratchpost.org>
+;;; Copyright © 2021 Vincent Legoll <vincent.legoll@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -47,7 +48,7 @@
(uri (git-reference
(url "https://github.com/pengutronix/genimage")
(commit (string-append "v" version))))
- (file-name (string-append name "-" version "-checkout"))
+ (file-name (git-file-name name version))
(sha256
(base32
"15jmh17lvm3jw9c92bjarly7iwhmnfl322d91mprfv10ppb9ip54"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: genimage: Use GIT-FILE-NAME.,
guix-commits <=