gnu: python-kitchen: Update to 1.2.5.

* gnu/packages/python.scm (python-kitchen): Update to 1.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-10 23:20:17 +01:00
parent 6de86fd5aa
commit a992423775
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1935,14 +1935,14 @@ something else) to Python data-types.")
(define-public python-kitchen (define-public python-kitchen
(package (package
(name "python-kitchen") (name "python-kitchen")
(version "1.2.4") (version "1.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "kitchen" version)) (uri (pypi-uri "kitchen" version))
(sha256 (sha256
(base32 (base32
"0ggv3p4x8jvmmzhp0xm00h6pvh1g0gmycw71rjwagnrj8n23vxrq")))) "1zakh6l0yjvwic9p0nkvmbidpnkygkxbigh2skmb5gccyrhbp7xg"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-chardet" ,python-chardet))) `(("python-chardet" ,python-chardet)))