gnu: emacs-unfill: Use `version' instead of hard-coding git-reference.

* gnu/packages/emacs-xyz.scm (emacs-unfill)[source]: Use `version' in `commit'
  field.
This commit is contained in:
Pierre Neidhardt 2019-11-04 12:34:16 +01:00
parent d258d9c7d2
commit ef189ab3b8
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -19762,7 +19762,7 @@ (define-public emacs-unfill
(method git-fetch)
(uri (git-reference
(url home-page)
(commit "0.2")))
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0wyradin5igp25nsd3n22i2ppxhmy49ac1iq1w2715v8pfmiydnc"))))