me
/
guix
Archived
1
0
Fork 0

gnu: emacs-pubmed: Update to 0.6.1.

* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.6.1.
master
Nicolas Goaziou 2022-07-11 11:29:49 +02:00
parent bdaac4f931
commit a482e389ce
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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