diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-08 17:38:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-08 17:39:24 +0200 |
commit | cbc1c27b673dc5b7388c2df182bdd0ff7912d98f (patch) | |
tree | d3dc69ba15a178fab7c3f58b72683735c234572b /gnu/packages | |
parent | 0d4c2d35aff1bb28e2c105b9d7efc8c2a12d4601 (diff) | |
download | patches-cbc1c27b673dc5b7388c2df182bdd0ff7912d98f.tar patches-cbc1c27b673dc5b7388c2df182bdd0ff7912d98f.tar.gz |
gnu: rcas-web: Update to 0.0.5.
* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 18b787b704..e93eeb5069 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8585,7 +8585,7 @@ library implementing most of the pipeline's features.") (define-public rcas-web (package (name "rcas-web") - (version "0.0.4") + (version "0.0.5") (source (origin (method url-fetch) @@ -8594,7 +8594,7 @@ library implementing most of the pipeline's features.") "/rcas-web-" version ".tar.gz")) (sha256 (base32 - "1p16frfys41a8yaa4gkm457nzkqhqs2pc3lkac0ds457w9w5j1gm")))) + "0igz7jpcf7cm9800zcag6p3gd1i649figrhbdba6cjkm8f4gfspr")))) (build-system gnu-build-system) (arguments `(#:phases |