[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-ob-erlang: Update to 20210321.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-ob-erlang: Update to 20210321. |
Date: |
Thu, 20 May 2021 10:22:38 -0400 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 26a69ae gnu: emacs-ob-erlang: Update to 20210321.
26a69ae is described below
commit 26a69ae00c3478f7c7a64f719cc45a482fc4f82b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu May 20 10:17:28 2021 -0400
gnu: emacs-ob-erlang: Update to 20210321.
* gnu/packages/emacs-xyz.scm (emacs-ob-erlang): Update to 20210321.
---
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 750a8a7..a1ac38a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4668,10 +4668,10 @@ your cursor steps onto them, and re-enabled when the
cursor leaves.")
(define-public emacs-ob-erlang
(let ((revision "1")
- (commit "f1a8c665b8f7d0ab32267a9961de8eed872e6333"))
+ (commit "a029c23902b4ad73b84f262a7fc5b98d87b63dfd"))
(package
(name "emacs-ob-erlang")
- (version (git-version "20180827" revision commit))
+ (version (git-version "20210321" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4680,7 +4680,7 @@ your cursor steps onto them, and re-enabled when the
cursor leaves.")
(file-name (git-file-name name version))
(sha256
(base32
- "0b5zajqiy6955yvlqwy92prrqy89lqchsv4ss2ylws3p4s14rhij"))))
+ "1dlb9qgmijff4giglwb358g5zzyjbnay0wkr5spks1bawvyxpiyl"))))
(build-system emacs-build-system)
(home-page "https://github.com/xfwduke/ob-erlang/")
(synopsis "Org-babel support for Erlang")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-ob-erlang: Update to 20210321.,
guix-commits <=