gnu: beets: Update to 1.6.0.
* gnu/packages/music.scm (beets): Update to 1.6.0. [inputs]: Remove python-six. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
9ebed88cf6
commit
79a8cfffe9
|
@ -3724,13 +3724,13 @@ websites such as Libre.fm.")
|
||||||
(define-public beets
|
(define-public beets
|
||||||
(package
|
(package
|
||||||
(name "beets")
|
(name "beets")
|
||||||
(version "1.5.0")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "beets" version))
|
(uri (pypi-uri "beets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0arl4nc3y8iwa331hf6ggai19y8ns9pl03g5d6ac857wq2x7nzw8"))))
|
"0paj2nxvdx4zz9xawjpbsh0dy1kp9kfhxg8akh1rpz2awhsbfvxa"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -3773,7 +3773,6 @@ websites such as Libre.fm.")
|
||||||
python-munkres
|
python-munkres
|
||||||
python-musicbrainzngs
|
python-musicbrainzngs
|
||||||
python-pyyaml
|
python-pyyaml
|
||||||
python-six
|
|
||||||
python-unidecode
|
python-unidecode
|
||||||
;; Optional dependencies for plugins. Some of these are also required by tests.
|
;; Optional dependencies for plugins. Some of these are also required by tests.
|
||||||
python-beautifulsoup4 ; For lyrics.
|
python-beautifulsoup4 ; For lyrics.
|
||||||
|
|
Reference in New Issue