diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-14 05:22:58 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-22 17:13:19 +0200 |
commit | a54cb3ce1f114ee1bc26371d9bc4abb0e04001ef (patch) | |
tree | 23256a8310cae00b987b2e3feccb1550e5d9f504 /gnu | |
parent | 69f7f0454463124d53b2404f4e701e3d544b94ba (diff) | |
download | guix-a54cb3ce1f114ee1bc26371d9bc4abb0e04001ef.tar guix-a54cb3ce1f114ee1bc26371d9bc4abb0e04001ef.tar.gz |
gnu: python-chardet: Update to 3.0.4.
* gnu/packages/python.scm (python-chardet, python2-chardet): Update to 3.0.4.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2b9e486877..108a54f8d0 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8619,7 +8619,7 @@ simulation, statistical modeling, machine learning and much more.") (define-public python-chardet (package (name "python-chardet") - (version "2.3.0") + (version "3.0.4") (source (origin (method url-fetch) @@ -8629,7 +8629,11 @@ simulation, statistical modeling, machine learning and much more.") ".tar.gz")) (sha256 (base32 - "1ak87ikcw34fivcgiz2xvi938dmclh078az65l9x3rmgljrkhgp5")))) + "1bpalpia6r5x1kknbk11p1fzph56fmmnp405ds8icksd3knr5aw4")))) + (native-inputs + `(("python-hypothesis" ,python-hypothesis) + ("python-pytest" ,python-pytest) + ("python-pytest-runner" ,python-pytest-runner))) (build-system python-build-system) (home-page "https://github.com/chardet/chardet") (synopsis "Universal encoding detector for Python 2 and 3") |