gnu: python-appdirs: Update to 1.4.3.

* gnu/packages/python.scm (python-appdirs): Update to 1.4.3.
This commit is contained in:
Tobias Geerinckx-Rice 2017-03-22 20:51:45 +01:00
parent 80e8d8517a
commit 543782e1ff
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -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