guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: abduco: Update to 0.5.


From: Leo Famulari
Subject: 01/02: gnu: abduco: Update to 0.5.
Date: Sun, 21 Feb 2016 07:09:03 +0000

lfam pushed a commit to branch master
in repository guix.

commit b860bbd9eef55fec890096f6ffa1bd03bd0a5168
Author: Leo Famulari <address@hidden>
Date:   Sun Feb 21 02:04:10 2016 -0500

    gnu: abduco: Update to 0.5.
    
    * gnu/packages/abduco.scm (abduco): Update to 0.5.
---
 gnu/packages/abduco.scm |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/abduco.scm b/gnu/packages/abduco.scm
index 79865f2..ae67f81 100644
--- a/gnu/packages/abduco.scm
+++ b/gnu/packages/abduco.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015 Leo Famulari <address@hidden>
+;;; Copyright © 2015, 2016 Leo Famulari <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25,14 +25,15 @@
 (define-public abduco
   (package
    (name "abduco")
-   (version "0.4")
+   (version "0.5")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "http://www.brain-dump.org/projects/abduco/abduco-";
                   version ".tar.gz"))
             (sha256
-             (base32 "1fxwg2s5w183p0rwzsxizy9jdnilv5qqs647l3wl3khny6fp58xx"))))
+             (base32
+              "11phry5wnvwm9ckij5gxbrjfgdz3x38vpnm505q5ldc88im248mz"))))
    (build-system gnu-build-system)
    (arguments
     `(#:make-flags (list "CC=gcc"



reply via email to

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