gnu: python-pylast: Update to 1.9.0.

* gnu/packages/python.scm (python-pylast): Update to 1.9.0.
master
Tobias Geerinckx-Rice 2017-08-21 16:12:05 +02:00
parent 3592a57255
commit 4ecab114fd
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2180,13 +2180,13 @@ detailed track info including timbre, pitch, rhythm and loudness information.
(define-public python-pylast
(package
(name "python-pylast")
(version "1.6.0")
(version "1.9.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "pylast" version))
(sha256
(base32
"0bml11gfkxqd3i2jxkn5k2xllc4rvxjcyhs8an05gcyy1zp2bwvb"))))
"190c6sicc80v21wbbwbq771nqmxw4r6aqmxs22ndj177rc2l275f"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ; FIXME: Requires unpackaged python-flaky.