guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: rcas-web: Update to 0.1.0.


From: guix-commits
Subject: 01/01: gnu: rcas-web: Update to 0.1.0.
Date: Fri, 8 Feb 2019 16:45:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 307182d4f7b1a56e220f208ad5f886e7784db115
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Feb 8 22:44:32 2019 +0100

    gnu: rcas-web: Update to 0.1.0.
    
    * gnu/packages/bioinformatics.scm (rcas-web): Update to 0.1.0.
    [inputs]: Replace guile2.2-redis with guile-redis.
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 516a7c1..02cafb2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8664,7 +8664,7 @@ library implementing most of the pipeline's features.")
 (define-public rcas-web
   (package
     (name "rcas-web")
-    (version "0.0.5")
+    (version "0.1.0")
     (source
      (origin
        (method url-fetch)
@@ -8673,7 +8673,7 @@ library implementing most of the pipeline's features.")
                            "/rcas-web-" version ".tar.gz"))
        (sha256
         (base32
-         "0igz7jpcf7cm9800zcag6p3gd1i649figrhbdba6cjkm8f4gfspr"))))
+         "0wq951aj45gqki1bickg876i993lmawkp8x24agg264br5x716db"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
@@ -8696,7 +8696,7 @@ library implementing most of the pipeline's features.")
        ("r-rcas" ,r-rcas)
        ("guile-next" ,guile-2.2)
        ("guile-json" ,guile-json)
-       ("guile-redis" ,guile2.2-redis)))
+       ("guile-redis" ,guile-redis)))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (home-page "https://github.com/BIMSBbioinfo/rcas-web";)



reply via email to

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