gnu: emacs-sesman: Fix source.
This commit follows 196472e7f3
.
* gnu/packages/emacs-xyz.scm (emacs-sesman)[source](origin): Append "v" to a
version.
This commit is contained in:
parent
196472e7f3
commit
44e8358298
|
@ -14911,7 +14911,7 @@ RPC channels with users and other software.")
|
|||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/vspinu/sesman.git")
|
||||
(commit version)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in New Issue