gnu: python-appdirs: Update to 1.4.3.
* gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
This commit is contained in:
parent
80e8d8517a
commit
543782e1ff
|
@ -6751,7 +6751,7 @@ provided that can be used to do various manipulations with LilyPond files.")
|
||||||
(define-public python-appdirs
|
(define-public python-appdirs
|
||||||
(package
|
(package
|
||||||
(name "python-appdirs")
|
(name "python-appdirs")
|
||||||
(version "1.4.0")
|
(version "1.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6761,7 +6761,7 @@ provided that can be used to do various manipulations with LilyPond files.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1iddva7v3fq0aqzsahkazxr7vpw28mqcrsy818z4wyiqnkplbhlg"))))
|
"14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "http://github.com/ActiveState/appdirs")
|
(home-page "http://github.com/ActiveState/appdirs")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in New Issue