mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: emacs-pubmed: Update to 0.5.2.
* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.2.
This commit is contained in:
parent
7aea1c1126
commit
667e0fa565
1 changed files with 2 additions and 2 deletions
|
@ -15403,7 +15403,7 @@ (define-public emacs-unidecode
|
|||
(define-public emacs-pubmed
|
||||
(package
|
||||
(name "emacs-pubmed")
|
||||
(version "0.5")
|
||||
(version "0.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15413,7 +15413,7 @@ (define-public emacs-pubmed
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17d2v7q6sfafk8j1ish053xsmihi4f1hbk53fkkmhwan6sw9c4sc"))))
|
||||
"0ylsn36zmrn8mds2z74vbyv7sd4699a4wicg4shrf2gd5bbsi72g"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-deferred" ,emacs-deferred)
|
||||
|
|
Loading…
Reference in a new issue