me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 2 additions and 2 deletions

View File

@ -16245,13 +16245,13 @@ your package is installed, via @code{pkg_resources} (part of
(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