mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-platformdirs: Update to 4.3.6.
* gnu/packages/python-xyz.scm (python-platformdirs): Update to 4.3.6. Change-Id: I467128079d97a1687103446ac7260cc8cf3ab221
This commit is contained in:
parent
465bc59251
commit
d86e890ae6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue