guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: emacs-sesman: Fix source.


From: guix-commits
Subject: 01/01: gnu: emacs-sesman: Fix source.
Date: Sun, 18 Aug 2019 08:57:46 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 44e8358298833097476238f3481b4b28dcf16a00
Author: Oleg Pykhalov <address@hidden>
Date:   Sun Aug 18 15:54:43 2019 +0300

    gnu: emacs-sesman: Fix source.
    
    This commit follows 196472e7f37162ecdadb2f2f7a2c02b5cba749a1.
    
    * gnu/packages/emacs-xyz.scm (emacs-sesman)[source](origin): Append "v" to a
    version.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3acfc65..4a8820f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]