gnu: python-filetype: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-filetype): Update to 1.2.0. Change-Id: I9ac397d332c377b0886162ae6cf40a42169b2055 Signed-off-by: jgart <jgart@dismail.de>master
parent
6689a96ce8
commit
892a915c08
|
@ -16245,13 +16245,13 @@ your package is installed, via @code{pkg_resources} (part of
|
||||||
(define-public python-filetype
|
(define-public python-filetype
|
||||||
(package
|
(package
|
||||||
(name "python-filetype")
|
(name "python-filetype")
|
||||||
(version "1.0.8")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "filetype" version))
|
(uri (pypi-uri "filetype" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05mkinkcn36v1cnb5hzay3zxmv7jmmflckxxp08rgzbkkf3i9pvp"))))
|
(base32 "1nxa91szfbhhbhvdwj06jz8zghzwgb9lf0v6aj61vx2b8zb6rdb6"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in New Issue