guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-forge: Update to 0.1.0-2.63cbf81.


From: guix-commits
Subject: 01/01: gnu: emacs-forge: Update to 0.1.0-2.63cbf81.
Date: Sat, 19 Oct 2019 03:20:59 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 8e37d024e365cb6dd0506baf6d2d5171dac4df3c
Author: Brian Leung <address@hidden>
Date:   Sat Oct 19 00:20:37 2019 -0700

    gnu: emacs-forge: Update to 0.1.0-2.63cbf81.
    
    * gnu/packages/emacs-xyz.scm (emacs-forge): Update to 0.1.0-2.63cbf81.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 096de69..7f64664 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17536,10 +17536,10 @@ a suffix) we prefer to call it just a \"transient\".")
       (license license:gpl3+))))
 
 (define-public emacs-forge
-  (let ((commit "a6721c071226ae8da6852e9330f2bdcba92a4577"))
+  (let ((commit "63cbf81f166fc71861d8e3d246df8e5ccedcb9bb"))
     (package
       (name "emacs-forge")
-      (version (git-version "0.1.0" "1" commit))
+      (version (git-version "0.1.0" "2" commit))
       (source
        (origin
          (method git-fetch)
@@ -17549,7 +17549,7 @@ a suffix) we prefer to call it just a \"transient\".")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1gzr1di29a9szkzm6kjznq7c8md71cm5761pznf08nmmk63dl3zm"))))
+           "1yf2xjx3459py6rji740jm8bmh2pv66ghnbjxsvjd4jf9kcdav83"))))
       (build-system gnu-build-system)
       (native-inputs
        `(("texinfo" ,texinfo)



reply via email to

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