guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: emacs-pubmed: Update to 0.6.2.


From: guix-commits
Subject: 03/04: gnu: emacs-pubmed: Update to 0.6.2.
Date: Sun, 23 Oct 2022 09:52:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3380f52e6f1de9b0fd52d49f5f128b75ee95e04b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Oct 23 14:30:19 2022 +0200

    gnu: emacs-pubmed: Update to 0.6.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-pubmed): 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 af5777b807..4548078af2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17763,7 +17763,7 @@ included by default, and more can be readily added.")
 (define-public emacs-pubmed
   (package
     (name "emacs-pubmed")
-    (version "0.6.1")
+    (version "0.6.2")
     (source
      (origin
        (method git-fetch)
@@ -17773,7 +17773,7 @@ included by default, and more can be readily added.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1f884r3fs9nybf5y9dwp8f9m8azssxjy55z7bd0nl9pjll9rhsz2"))))
+         "05j4nhn2bgacc54pvmkhwgdsmzxzkcfn49a12k43wckrrf3izbqf"))))
     (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]