me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pubmed: Update to 0.6.2.

* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.6.2.
master
Nicolas Goaziou 2022-10-23 14:30:19 +02:00
parent 27bda6c5f9
commit 3380f52e6f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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))