gnu: beets: Add support for Acoustid.

* gnu/packages/music.scm (beets)[inputs]: Add python-pyacoustid.
This commit is contained in:
Ricardo Wurmus 2019-12-28 12:42:42 +01:00
parent 2577d9341a
commit 04a51d0c83
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2882,6 +2882,7 @@ (define-public beets
("python-munkres" ,python-munkres)
("python-musicbrainzngs" ,python-musicbrainzngs)
("python-mutagen" ,python-mutagen)
("python-pyacoustid" ,python-pyacoustid)
("python-pyyaml" ,python-pyyaml)
("python-unidecode" ,python-unidecode)))
(home-page "https://beets.io")