From ba273d4ebba62b83c5692ffa779e43b9d2294bd9 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 27 May 2020 02:06:00 -0500 Subject: ratspub: Update to 0.3.2. --- gn/packages/ratspub.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'gn/packages/ratspub.scm') 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 -- cgit v1.2.3