mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: biber-next: Update to 2.7.
* gnu/packages/tex.scm (biber): Update to 2.7.
This commit is contained in:
parent
1fdf14e170
commit
6484e82d4c
1 changed files with 2 additions and 2 deletions
|
@ -4059,7 +4059,7 @@ (define-public perl-text-bibtex
|
|||
(define-public biber
|
||||
(package
|
||||
(name "biber-next")
|
||||
(version "2.6")
|
||||
(version "2.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/plk/biber/archive/v"
|
||||
|
@ -4067,7 +4067,7 @@ (define-public biber
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"158smzgjhjvyabdv97si5q88zjj5l8j1zbfnddvzy6fkpfhskgkp"))))
|
||||
"17wd80jg98qyddhvz4cin8779ycvppaf2va77r1lyvymjz6w9bx0"))))
|
||||
(build-system perl-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue