about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2018-12-14 08:50:54 +0300
committerMuriithi Frederick Muriuki2018-12-14 08:50:54 +0300
commita5da857d712d2cb648beae52624a3e2db27f0cd1 (patch)
tree46cbade3ac88828672732dd4416fdf007b2f5cbc
parente7fa1c950f1281a3caf51e1a30d5b27bcdd7d5a3 (diff)
downloadguix-bioinformatics-a5da857d712d2cb648beae52624a3e2db27f0cd1.tar.gz
gn: Add new package
* gn/packages/edash.scm (python-ujson): New package.
-rw-r--r--gn/packages/edash.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm
index 6aa6852..b5ba6b5 100644
--- a/gn/packages/edash.scm
+++ b/gn/packages/edash.scm
@@ -153,6 +153,25 @@ interface to the Amazon Web Services (AWS) API.")
     "Provides a simple utility for checking the python version.")
    (license license:expat)))
 
+(define-public python-ujson
+  (package
+    (name "python-ujson")
+    (version "1.35")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "ujson" version))
+       (sha256
+        (base32
+         "11jz5wi7mbgqcsz52iqhpyykiaasila4lq8cmc2d54bfa3jp6q7n"))))
+    (build-system python-build-system)
+    (home-page "http://www.esn.me")
+    (synopsis
+     "Ultra fast JSON encoder and decoder for Python")
+    (description
+     "Ultra fast JSON encoder and decoder for Python")
+    (license license:bsd-3)))
+
 (define-public edash
   (let ((md5 "93e745e9c"))
     (package