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
|
@ -4059,7 +4059,7 @@ values (strings, macros, or numbers) pasted together.")
|
||||||
(define-public biber
|
(define-public biber
|
||||||
(package
|
(package
|
||||||
(name "biber-next")
|
(name "biber-next")
|
||||||
(version "2.6")
|
(version "2.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/plk/biber/archive/v"
|
(uri (string-append "https://github.com/plk/biber/archive/v"
|
||||||
|
@ -4067,7 +4067,7 @@ values (strings, macros, or numbers) pasted together.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"158smzgjhjvyabdv97si5q88zjj5l8j1zbfnddvzy6fkpfhskgkp"))))
|
"17wd80jg98qyddhvz4cin8779ycvppaf2va77r1lyvymjz6w9bx0"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue