guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: aragorn: Update to 1.2.37.


From: Ben Woodcroft
Subject: 01/01: gnu: aragorn: Update to 1.2.37.
Date: Wed, 31 Aug 2016 05:53:23 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 7d57ebaa7c4aefec69104fc10e56f04bceb6fe5b
Author: Ben Woodcroft <address@hidden>
Date:   Wed Aug 31 15:52:49 2016 +1000

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ed20b56..45066de 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -93,7 +93,7 @@
 (define-public aragorn
   (package
     (name "aragorn")
-    (version "1.2.36")
+    (version "1.2.37")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -101,7 +101,7 @@
                     version ".tgz"))
               (sha256
                (base32
-                "1dg7jlz1qpqy88igjxd6ncs11ccsirb36qv1z01a0np4i4jh61mb"))))
+                "1c7zxk0h8wsjbix82fmmfyywcq6zn3q9h5y67kcl5y3qal2bv2xr"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; there are no tests



reply via email to

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