gnu: beets: Update to 1.4.3.

* gnu/packages/music.scm (beets): Update to 1.4.3.
This commit is contained in:
Leo Famulari 2017-01-10 22:25:27 -05:00
parent 653439c6b1
commit 541b3f59ae
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -2056,13 +2056,13 @@ (define-public python2-pylast
(define-public beets (define-public beets
(package (package
(name "beets") (name "beets")
(version "1.4.2") (version "1.4.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "beets" version)) (uri (pypi-uri "beets" version))
(sha256 (sha256
(base32 (base32
"0sna2hx8sdaa36jnvw5a7m31wzfm717lw2ixh906fsfp43i74k5m")))) "0r743a2pv1iyw50jsdl01v2ml3pdkhdp920a5d1wsacak48vwgxr"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases