aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/ratspub.scm
diff options
context:
space:
mode:
authorEfraim Flashner2020-05-27 02:06:00 -0500
committerEfraim Flashner2020-05-27 02:06:00 -0500
commitba273d4ebba62b83c5692ffa779e43b9d2294bd9 (patch)
tree0fe83d606decf9dd9f731497b171e929e9b1e3a6 /gn/packages/ratspub.scm
parent924091cbde62fe2a1ec3c068a810d8d9c98a60f7 (diff)
downloadguix-bioinformatics-ba273d4ebba62b83c5692ffa779e43b9d2294bd9.tar.gz
ratspub: Update to 0.3.2.
Diffstat (limited to 'gn/packages/ratspub.scm')
-rw-r--r--gn/packages/ratspub.scm8
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