guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-pubmed: Update to 0.6.1.


From: guix-commits
Subject: 01/02: gnu: emacs-pubmed: Update to 0.6.1.
Date: Mon, 11 Jul 2022 05:31:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a482e389ceae6558ab4483551d438b8a510d73a7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:29:49 2022 +0200

    gnu: emacs-pubmed: Update to 0.6.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.6.1.
---
 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 7f41b643da..a98653ecb0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16721,7 +16721,7 @@ included by default, and more can be readily added.")
 (define-public emacs-pubmed
   (package
     (name "emacs-pubmed")
-    (version "0.5.2")
+    (version "0.6.1")
     (source
      (origin
        (method git-fetch)
@@ -16731,7 +16731,7 @@ included by default, and more can be readily added.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0ylsn36zmrn8mds2z74vbyv7sd4699a4wicg4shrf2gd5bbsi72g"))))
+         "1f884r3fs9nybf5y9dwp8f9m8azssxjy55z7bd0nl9pjll9rhsz2"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-deferred emacs-esxml emacs-s emacs-unidecode))



reply via email to

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