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:
John Nduli 2024-08-06 10:39:32 +03:00 committed by jgart
parent 6689a96ce8
commit 892a915c08
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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