mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-kitchen: Update to 1.2.5.
* gnu/packages/python.scm (python-kitchen): Update to 1.2.5.
This commit is contained in:
parent
6de86fd5aa
commit
a992423775
1 changed files with 2 additions and 2 deletions
|
@ -1935,14 +1935,14 @@ (define-public python2-schema-0.5
|
|||
(define-public python-kitchen
|
||||
(package
|
||||
(name "python-kitchen")
|
||||
(version "1.2.4")
|
||||
(version "1.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "kitchen" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ggv3p4x8jvmmzhp0xm00h6pvh1g0gmycw71rjwagnrj8n23vxrq"))))
|
||||
"1zakh6l0yjvwic9p0nkvmbidpnkygkxbigh2skmb5gccyrhbp7xg"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-chardet" ,python-chardet)))
|
||||
|
|
Loading…
Reference in a new issue