[bug#75420,python-team,10/11] gnu: python-platformdirs: Update to 4.3.6.

Message ID 474ae034b90daeff7cc9c22fc1366a6585aef88c.1736256868.git.arjan@adriaan.se
State New
Headers
Series Fix python-matrix-nio and pantalaimon builds. |

Commit Message

Arjan Adriaanse Jan. 7, 2025, 2:09 p.m. UTC
  * gnu/packages/python-xyz.scm (python-platformdirs): Update to 4.3.6.

Change-Id: Ie2d5d3c6ced90583f3e7740cfed1b05c7204b07b
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index dcc389da3d..b74fce3b83 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36650,7 +36650,7 @@  (define-public python-platformdirs
            python-pytest
            python-pytest-cov
            python-pytest-mock))
-    (home-page "https://github.com/platformdirs/platformdirs")
+    (home-page "https://github.com/tox-dev/platformdirs")
     (synopsis "Determine the appropriate platform-specific directories")
     (description "When writing applications, finding the right location to
 store user data and configuration varies per platform.  Even for