guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: abduco: Update to 0.6.


From: Leo Famulari
Subject: 01/01: gnu: abduco: Update to 0.6.
Date: Tue, 12 Apr 2016 08:49:07 +0000

lfam pushed a commit to branch master
in repository guix.

commit 1e7bd1ec6e074ca6b0ed2ff4516c675fd48d86f5
Author: Leo Famulari <address@hidden>
Date:   Tue Apr 12 04:48:47 2016 -0400

    gnu: abduco: Update to 0.6.
    
    * gnu/packages/abduco.scm (abduco): Update to 0.6.
---
 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 ae67f81..3cb84f5 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]