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 (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