gnu: beets: Update to 1.4.2.
* gnu/packages/music.scm (beets): Update to 1.4.2.master
parent
2e161eafd8
commit
27ccefc3d2
|
@ -2056,13 +2056,13 @@ websites such as Libre.fm.")
|
||||||
(define-public beets
|
(define-public beets
|
||||||
(package
|
(package
|
||||||
(name "beets")
|
(name "beets")
|
||||||
(version "1.4.1")
|
(version "1.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "beets" version))
|
(uri (pypi-uri "beets" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14yn88xrcinpdg3ic285ar0wmwldzyjfd3ll6clmp3z3r4iqffip"))))
|
"0sna2hx8sdaa36jnvw5a7m31wzfm717lw2ixh906fsfp43i74k5m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Python 3 support is still "alpha", and the upstream maintainers ask
|
`(;; Python 3 support is still "alpha", and the upstream maintainers ask
|
||||||
|
|
Reference in New Issue