[PATCH] gnu: python-filetype: Update to 1.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • John Nduli
Owner
unassigned
Submitted by
John Nduli
Severity
normal

Debbugs page

John Nduli wrote 7 months ago
(address . guix-patches@gnu.org)(name . John Nduli)(address . rookie101@jnduli.co.ke)
fa126256b01fb75f3f13502def4d801db204f692.1722929941.git.rookie101@jnduli.co.ke
* gnu/packages/python-xyz.scm (python-filetype): Update to 1.2.0.

Change-Id: I9ac397d332c377b0886162ae6cf40a42169b2055
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d2dc65f42a..b9465ec64d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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

base-commit: 6689a96ce86497299bd29f183b744116fd2d6e32
--
2.45.2
jgart wrote 7 months ago
(address . 72491-done@debbugs.gnu.org)(name . John Nduli)(address . rookie101@jnduli.co.ke)
874j7x23wl.fsf@dismail.de
Hi John,

Thank you for contributing to Guix!

I applied the patch.

--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72491@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72491
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help