3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pylast: Update 1.6.0.

* gnu/packages/music.scm (python-pylast, python2-pylast): Update to 1.6.0.
This commit is contained in:
Leo Famulari 2016-11-27 00:17:12 -05:00
parent daedf34db9
commit b04d9b97c4
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1883,13 +1883,13 @@ detailed track info including timbre, pitch, rhythm and loudness information.
(define-public python-pylast
(package
(name "python-pylast")
(version "1.5.1")
(version "1.6.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "pylast" version))
(sha256
(base32
"10znd9xr1vs2ix519jkz3ccm90zciaddcdr2w2wrrh2jyy3bc59a"))))
"0bml11gfkxqd3i2jxkn5k2xllc4rvxjcyhs8an05gcyy1zp2bwvb"))))
(build-system python-build-system)
(native-inputs
`(("python-coverage" ,python-coverage)