gnu: libextractor: Update to 1.6.

* gnu/packages/gnunet.scm (libextractor): Update to 1.6.
This commit is contained in:
Ludovic Courtès 2017-10-16 15:47:39 +02:00
parent a97bfa46cd
commit f41bb8d107
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -66,14 +66,14 @@
(define-public libextractor
(package
(name "libextractor")
(version "1.5")
(version "1.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libextractor/libextractor-"
version ".tar.gz"))
(sha256
(base32
"0lrmjiqr57rdalj68p0y3q94935fwpj881yvq8pwzl2n2ddk1h70"))))
"17gnpgspdhfgcr27j8sn9105vb4lw22yqdrhic62l79q5v5avm16"))))
(build-system gnu-build-system)
;; WARNING: Checks require /dev/shm to be in the build chroot, especially
;; not to be a symbolic link to /run/shm.