diff options
author | Leo Famulari <leo@famulari.name> | 2016-04-12 04:48:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-04-12 04:48:47 -0400 |
commit | 1e7bd1ec6e074ca6b0ed2ff4516c675fd48d86f5 (patch) | |
tree | c980c16b0dfab444527d220d4d98de3409b23eed /gnu/packages/abduco.scm | |
parent | 5f3f3ac287467994f01646680c6a6837ec7ee587 (diff) | |
download | gnu-guix-1e7bd1ec6e074ca6b0ed2ff4516c675fd48d86f5.tar gnu-guix-1e7bd1ec6e074ca6b0ed2ff4516c675fd48d86f5.tar.gz |
gnu: abduco: Update to 0.6.
* gnu/packages/abduco.scm (abduco): Update to 0.6.
Diffstat (limited to 'gnu/packages/abduco.scm')
-rw-r--r-- | gnu/packages/abduco.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/abduco.scm b/gnu/packages/abduco.scm index ae67f81849..3cb84f5fc8 100644 --- a/gnu/packages/abduco.scm +++ b/gnu/packages/abduco.scm @@ -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" |