diff options
author | Efraim Flashner | 2020-09-07 06:35:41 -0500 |
---|---|---|
committer | Efraim Flashner | 2020-09-07 06:35:41 -0500 |
commit | d59a0232dbc699caf991f00b96038ccd62005927 (patch) | |
tree | 0ff54530e3f2ffd506ac2de6bed58eeaff419f7c /gn/packages/ratspub.scm | |
parent | b4743a5b4840f1b5bed6eaacc861ac9eaa25d61d (diff) | |
download | guix-bioinformatics-d59a0232dbc699caf991f00b96038ccd62005927.tar.gz |
ratpub: Use js-filesaver-1.3.2.
Diffstat (limited to 'gn/packages/ratspub.scm')
-rw-r--r-- | gn/packages/ratspub.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/ratspub.scm b/gn/packages/ratspub.scm index ea333db..d385ebf 100644 --- a/gn/packages/ratspub.scm +++ b/gn/packages/ratspub.scm @@ -52,7 +52,7 @@ "templates/tableview.html" "templates/tableview0.html" "templates/userarchive.html") - ;(("https.*FileSaver.js.*>") "/static/FileSaver.js\">") ; We have 1.3.8, origin is 1.3.2. + ;(("https.*FileSaver.js.*>") "/static/FileSaver.js\">") ; Something about our copy is different ;(("https.*cytoscape-svg.js.*>") "/static/cytoscape-svg.js\">") ; TODO (("https.*cytoscape.min.js.*>") "/static/cytoscape.min.js\">")) (substitute* "templates/layout.html" @@ -132,7 +132,7 @@ ("cytoscape" ,javascript-cytoscape) ("font-awesome" ,web-font-awesome) ("jquery" ,web-jquery) - ("js-filesaver" ,js-filesaver) + ("js-filesaver" ,js-filesaver-1.3.2) ;("js-popper" ,js-popper) ; empty output )) (home-page "http://rats.pub/") |