diff options
author | Efraim Flashner | 2020-05-27 02:06:00 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-05-27 02:06:00 -0500 |
commit | ba273d4ebba62b83c5692ffa779e43b9d2294bd9 (patch) | |
tree | 0fe83d606decf9dd9f731497b171e929e9b1e3a6 /gn/packages | |
parent | 924091cbde62fe2a1ec3c068a810d8d9c98a60f7 (diff) | |
download | guix-bioinformatics-ba273d4ebba62b83c5692ffa779e43b9d2294bd9.tar.gz |
ratspub: Update to 0.3.2.
Diffstat (limited to 'gn/packages')
-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 |