mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
d258d9c7d2
commit
ef189ab3b8
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue