mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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>
This commit is contained in:
parent
6689a96ce8
commit
892a915c08
1 changed files with 2 additions and 2 deletions
|
@ -16245,13 +16245,13 @@ (define-public python-get-version
|
|||
(define-public python-filetype
|
||||
(package
|
||||
(name "python-filetype")
|
||||
(version "1.0.8")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "filetype" version))
|
||||
(sha256
|
||||
(base32 "05mkinkcn36v1cnb5hzay3zxmv7jmmflckxxp08rgzbkkf3i9pvp"))))
|
||||
(base32 "1nxa91szfbhhbhvdwj06jz8zghzwgb9lf0v6aj61vx2b8zb6rdb6"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue