gnu: abduco: Update to 0.6.

* gnu/packages/abduco.scm (abduco): Update to 0.6.
master
Leo Famulari 2016-04-12 04:48:47 -04:00
parent 5f3f3ac287
commit 1e7bd1ec6e
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
(define-public abduco
(package
(name "abduco")
(version "0.5")
(version "0.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -33,7 +33,7 @@
version ".tar.gz"))
(sha256
(base32
"11phry5wnvwm9ckij5gxbrjfgdz3x38vpnm505q5ldc88im248mz"))))
"1x1m58ckwsprljgmdy93mvgjyg9x3cqrzdf3mysp0mx97zhhj2f9"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list "CC=gcc"