guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

40/203: gnu: emacs-typo: Use GIT-FILE-NAME.


From: guix-commits
Subject: 40/203: gnu: emacs-typo: Use GIT-FILE-NAME.
Date: Wed, 10 Apr 2019 14:57:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d9eaecf2efcfa0dfda5ff31536b111b8e1fa0d29
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 4 20:26:07 2019 +0200

    gnu: emacs-typo: Use GIT-FILE-NAME.
    
    * gnu/packages/emacs-xyz.scm (emacs-typo)[source]: Use GIT-FILE-NAME.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 71549c8..96b19bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2990,10 +2990,10 @@ simultaneous cursors.")
               (uri (git-reference
                     (url home-page)
                     (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))
-              (file-name (string-append name "-" version))))
+                "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))))
     (build-system emacs-build-system)
     (synopsis "Minor mode for typographic editing")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]