gnu: emacs-unfill: Use `version' instead of hard-coding git-reference.
authorPierre Neidhardt <mail@ambrevar.xyz>
Mon, 4 Nov 2019 11:34:16 +0000 (12:34 +0100)
committerPierre Neidhardt <mail@ambrevar.xyz>
Mon, 4 Nov 2019 11:34:16 +0000 (12:34 +0100)
* gnu/packages/emacs-xyz.scm (emacs-unfill)[source]: Use `version' in `commit'
  field.

gnu/packages/emacs-xyz.scm

index d0d0fcf..16d4d8f 100644 (file)
@@ -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"))))