diff options
author | Efraim Flashner | 2019-12-09 17:05:38 -0600 |
---|---|---|
committer | Efraim Flashner | 2019-12-09 17:05:38 -0600 |
commit | e2853f0d238ca8d79698a27cf81f15883936da1d (patch) | |
tree | f83453ebf040ad003351d4ef5a0fa2cc17e2c5b8 /gn | |
parent | ad69207224c6b1c5a32849e1fbc005e85f5fabf5 (diff) | |
download | guix-bioinformatics-e2853f0d238ca8d79698a27cf81f15883936da1d.tar.gz |
gn: Remove python-ujson.
Package upstreamed.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/edash.scm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gn/packages/edash.scm b/gn/packages/edash.scm index 37852dd..a442f68 100644 --- a/gn/packages/edash.scm +++ b/gn/packages/edash.scm @@ -156,25 +156,6 @@ 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 python-tests (package (name "python-tests") |