1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

gnu: libextractor: Update to 1.3.

* gnu/packages/gnunet.scm (libextractor): Update to 1.3.
This commit is contained in:
Andreas Enge
2013-12-28 09:01:15 +01:00
parent d3f1333693
commit 579b249683
+2 -2
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.