guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-unfill: Use `version' instead of hard-coding git-refer


From: guix-commits
Subject: 01/02: gnu: emacs-unfill: Use `version' instead of hard-coding git-reference.
Date: Mon, 4 Nov 2019 06:38:16 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit ef189ab3b82a29991d9952b6c98b2f8c7acc7c88
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Nov 4 12:34:16 2019 +0100

    gnu: emacs-unfill: Use `version' instead of hard-coding git-reference.
    
    * gnu/packages/emacs-xyz.scm (emacs-unfill)[source]: Use `version' in 
`commit'
      field.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d0d0fcf..16d4d8f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19762,7 +19762,7 @@ commands that bear resemblance to the input command.")
        (method git-fetch)
        (uri (git-reference
              (url home-page)
-             (commit "0.2")))
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32 "0wyradin5igp25nsd3n22i2ppxhmy49ac1iq1w2715v8pfmiydnc"))))



reply via email to

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