gnu: beets: Update to 1.4.2.

* gnu/packages/music.scm (beets): Update to 1.4.2.
master
Leo Famulari 2016-12-26 02:31:28 -05:00
parent 2e161eafd8
commit 27ccefc3d2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -2056,13 +2056,13 @@ websites such as Libre.fm.")
(define-public beets
(package
(name "beets")
(version "1.4.1")
(version "1.4.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "beets" version))
(sha256
(base32
"14yn88xrcinpdg3ic285ar0wmwldzyjfd3ll6clmp3z3r4iqffip"))))
"0sna2hx8sdaa36jnvw5a7m31wzfm717lw2ixh906fsfp43i74k5m"))))
(build-system python-build-system)
(arguments
`(;; Python 3 support is still "alpha", and the upstream maintainers ask