guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: apl: Update to 1.6.


From: Efraim Flashner
Subject: 01/02: gnu: apl: Update to 1.6.
Date: Tue, 30 Aug 2016 05:40:11 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit c3336b37ada034620302f3b170208d76b81a1066
Author: Efraim Flashner <address@hidden>
Date:   Tue Aug 30 00:25:17 2016 +0300

    gnu: apl: Update to 1.6.
    
    * gnu/packages/apl.scm (apl): Update to 1.6.
---
 gnu/packages/apl.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/apl.scm b/gnu/packages/apl.scm
index 7573870..5b55c9c 100644
--- a/gnu/packages/apl.scm
+++ b/gnu/packages/apl.scm
@@ -30,14 +30,14 @@
 (define-public apl
   (package
     (name "apl")
-    (version "1.5")
+    (version "1.6")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "mirror://gnu/apl/apl-" version ".tar.gz"))
       (sha256
        (base32
-        "0h4diq3wfbdwxp5nm0z4b0p1zq13lwip0y7v28r9v0mbbk8xsfh1"))))
+        "057zwzvvgcrrwsl52a27w86hgy31jqq6avqq629xj7yq90qah3ay"))))
     (build-system gnu-build-system)
     (home-page "http://www.gnu.org/software/apl/";)
     (inputs



reply via email to

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