[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-roam-bibtex: Update to 0.6.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-roam-bibtex: Update to 0.6.2. |
Date: |
Wed, 05 Jan 2022 16:09:16 -0500 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f5da992b16 gnu: emacs-org-roam-bibtex: Update to 0.6.2.
f5da992b16 is described below
commit f5da992b16591b6dc358aa5224fa095738471585
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jan 5 22:07:24 2022 +0100
gnu: emacs-org-roam-bibtex: Update to 0.6.2.
* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): Update to 0.6.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 69c4fec6ae..ac25286c08 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28441,7 +28441,7 @@ personal wiki.")
(define-public emacs-org-roam-bibtex
(package
(name "emacs-org-roam-bibtex")
- (version "0.6.1")
+ (version "0.6.2")
(source
(origin
(method git-fetch)
@@ -28450,7 +28450,7 @@ personal wiki.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1d09y923d9n5v7m201myba85m4064s2hdy3pgzssy70mjncg3m1g"))))
+ (base32 "00zclyh600865ys7pqiryp3k5li9h20bypvfp2bzqi3588hn9n4i"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-helm-bibtex emacs-org-ref emacs-org-roam))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-roam-bibtex: Update to 0.6.2.,
guix-commits <=