mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-biblio: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-biblio): Update to 0.2. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
df4b9dd1a6
commit
c7cf43ddec
1 changed files with 2 additions and 2 deletions
|
@ -8918,7 +8918,7 @@ (define-public emacs-parsebib
|
|||
(define-public emacs-biblio
|
||||
(package
|
||||
(name "emacs-biblio")
|
||||
(version "0.1")
|
||||
(version "0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8927,7 +8927,7 @@ (define-public emacs-biblio
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"109fvivsb4r0rbqljngqrmxqvbnbkqlivczx6brrvlr7ci625lhf"))))
|
||||
"0vwrljmab8m1z83048gxx5mryml9f5pb3h0jpwkvqcl0ra152lzx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-seq" ,emacs-seq)
|
||||
|
|
Loading…
Reference in a new issue