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