diff options
author | Ricardo Wurmus <[email protected]> | 2024-12-17 11:37:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:22 +0100 |
commit | d86e890ae633b92ce4e7f7db563cee400a98d334 (patch) | |
tree | 0da27d08c52a2f7bc6db25c6e74980788bc87332 /gnu/packages/python-xyz.scm | |
parent | 465bc59251cb84732bc077d36daf266a2485f348 (diff) |
gnu: python-platformdirs: Update to 4.3.6.
* gnu/packages/python-xyz.scm (python-platformdirs): Update to 4.3.6.
Change-Id: I467128079d97a1687103446ac7260cc8cf3ab221
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index cea77bcb33..5c7120046e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -36648,13 +36648,13 @@ compatible with a wide range of versions of the Stripe API.") (define-public python-platformdirs (package (name "python-platformdirs") - (version "4.2.1") + (version "4.3.6") (source (origin (method url-fetch) (uri (pypi-uri "platformdirs" version)) (sha256 - (base32 "1pwv0fvr6xzykv6dyibp7y3ac66j2w2arsnwh8zcagn69s6x2703")))) + (base32 "01xrwajkmxv3jp6n14y8jndkrhb48p9kxknkmwch8nw8pjnb4zrm")))) (build-system pyproject-build-system) (native-inputs (list python-appdirs |