gnu: biber-next: Update to 2.7.

* gnu/packages/tex.scm (biber): Update to 2.7.
This commit is contained in:
Leo Famulari 2017-07-27 19:04:25 -04:00
parent 1fdf14e170
commit 6484e82d4c
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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