guix-commits
[Top][All Lists]
Advanced

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

46/63: gnu: emacs-pubmed: Update to 0.5.


From: guix-commits
Subject: 46/63: gnu: emacs-pubmed: Update to 0.5.
Date: Sat, 29 May 2021 10:17:52 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b4f579b07f44cd1f2c9d102d14c44cd1a3b4749f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:59:29 2021 +0200

    gnu: emacs-pubmed: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.
---
 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 45e5d18..982826f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14516,7 +14516,7 @@ included by default, and more can be readily added.")
 (define-public emacs-pubmed
   (package
     (name "emacs-pubmed")
-    (version "0.2.1")
+    (version "0.5")
     (source
      (origin
        (method git-fetch)
@@ -14526,7 +14526,7 @@ included by default, and more can be readily added.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "15bwjxc7g43m5pi8z17anaqqkvi209r7kk1chmf175477gvrv7c0"))))
+         "17d2v7q6sfafk8j1ish053xsmihi4f1hbk53fkkmhwan6sw9c4sc"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-deferred" ,emacs-deferred)



reply via email to

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