gnu: libextractor: Update to 1.3.

* gnu/packages/gnunet.scm (libextractor): Update to 1.3.
master
Andreas Enge 2013-12-28 09:01:15 +01:00
parent d3f1333693
commit 579b249683
1 changed files with 2 additions and 2 deletions

View File

@ -41,14 +41,14 @@
(define-public libextractor
(package
(name "libextractor")
(version "1.2")
(version "1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/libextractor/libextractor-"
version ".tar.gz"))
(sha256
(base32
"1n7z6s5ils6xmf6b0z1xda41maxj94c1n6wlyyxmacs5lrkh2a96"))))
"0zvv7wd011npcx7yphw9bpgivyxz6mlp87a57n96nv85k96dd2l6"))))
(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.