guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-pubmed: Update to 0.5.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-pubmed: Update to 0.5.2.
Date: Tue, 28 Sep 2021 02:55:08 -0400

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 667e0fa  gnu: emacs-pubmed: Update to 0.5.2.
667e0fa is described below

commit 667e0fa565afcc8374c9ef5f7b81eb3f8ed35ff0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 28 08:54:10 2021 +0200

    gnu: emacs-pubmed: Update to 0.5.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.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 11f2b63..7f0c1b4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15403,7 +15403,7 @@ included by default, and more can be readily added.")
 (define-public emacs-pubmed
   (package
     (name "emacs-pubmed")
-    (version "0.5")
+    (version "0.5.2")
     (source
      (origin
        (method git-fetch)
@@ -15413,7 +15413,7 @@ included by default, and more can be readily added.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17d2v7q6sfafk8j1ish053xsmihi4f1hbk53fkkmhwan6sw9c4sc"))))
+         "0ylsn36zmrn8mds2z74vbyv7sd4699a4wicg4shrf2gd5bbsi72g"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-deferred" ,emacs-deferred)



reply via email to

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