mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: emacs-pubmed: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.6.1.
This commit is contained in:
parent
bdaac4f931
commit
a482e389ce
1 changed files with 2 additions and 2 deletions
|
@ -16721,7 +16721,7 @@ (define-public emacs-unidecode
|
||||||
(define-public emacs-pubmed
|
(define-public emacs-pubmed
|
||||||
(package
|
(package
|
||||||
(name "emacs-pubmed")
|
(name "emacs-pubmed")
|
||||||
(version "0.5.2")
|
(version "0.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16731,7 +16731,7 @@ (define-public emacs-pubmed
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ylsn36zmrn8mds2z74vbyv7sd4699a4wicg4shrf2gd5bbsi72g"))))
|
"1f884r3fs9nybf5y9dwp8f9m8azssxjy55z7bd0nl9pjll9rhsz2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-deferred emacs-esxml emacs-s emacs-unidecode))
|
(list emacs-deferred emacs-esxml emacs-s emacs-unidecode))
|
||||||
|
|
Loading…
Reference in a new issue