me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-unfill)[source]: Use `version' in `commit'
  field.
master
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
1 changed files with 1 additions and 1 deletions

View 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"))))