diff options
author | BonfaceKilz | 2020-05-27 23:17:22 +0300 |
---|---|---|
committer | BonfaceKilz | 2020-05-27 23:17:22 +0300 |
commit | 390cafcef89dc7f8146df0e8b2183a5d47c90f9a (patch) | |
tree | 07d9e0293e66b8e9b34a54d8d86255feb8c72df0 /gn/packages/ratspub.scm | |
parent | 8dc3c4cec060daf64f425c9d567eba266da1b6d0 (diff) | |
parent | ba273d4ebba62b83c5692ffa779e43b9d2294bd9 (diff) | |
download | guix-bioinformatics-390cafcef89dc7f8146df0e8b2183a5d47c90f9a.tar.gz |
Merge branch 'master' of http://git.genenetwork.org/guix-bioinformatics/guix-bioinformatics
Diffstat (limited to 'gn/packages/ratspub.scm')
-rw-r--r-- | gn/packages/ratspub.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm index b664799..bd82efc 100644 --- a/gn/packages/ratspub.scm +++ b/gn/packages/ratspub.scm @@ -18,7 +18,7 @@ (define-public ratspub (package (name "ratspub") - (version "0.3.1") + (version "0.3.2") (source (origin (method git-fetch) (uri (git-reference @@ -27,14 +27,12 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1ii3721mqd3dbpjkhqi7yqjd9bqcf0g19kdbb8265pmbfjjsg164")) + "17phk83n0p21b90c7saqgmclw71ydmq62da33iq67rzv9psxvs2s")) (modules '((guix build utils))) (snippet '(begin (substitute* "server.py" ;; Keep the service running on port 4200 - (("4201") "4200") - ;; Backport to python-keras-2.2.4 - (("learning_rate") "lr") ) + (("4201") "4200")) #t)))) (build-system python-build-system) (arguments |