mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: python-appdirs: Update to 1.4.4.
* gnu/packages/python-xyz.scm (python-appdirs): Update to 1.4.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
770d379d7b
commit
b86a314388
1 changed files with 2 additions and 2 deletions
|
@ -11447,14 +11447,14 @@ (define-public python-ly
|
|||
(define-public python-appdirs
|
||||
(package
|
||||
(name "python-appdirs")
|
||||
(version "1.4.3")
|
||||
(version "1.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "appdirs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y"))))
|
||||
"0hfzmwknxqhg20aj83fx80vna74xfimg8sk18wb85fmin9kh2pbx"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/ActiveState/appdirs")
|
||||
(synopsis
|
||||
|
|
Loading…
Reference in a new issue