gnu: beets: Update to 1.4.5.

* gnu/packages/music.scm (beets): Update to 1.4.5.
master
Leo Famulari 2017-06-30 20:10:28 -04:00
parent 50cb948f1c
commit f277dea2e2
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -2206,13 +2206,13 @@ websites such as Libre.fm.")
(define-public beets
(package
(name "beets")
(version "1.4.3")
(version "1.4.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "beets" version))
(sha256
(base32
"0r743a2pv1iyw50jsdl01v2ml3pdkhdp920a5d1wsacak48vwgxr"))))
"1z02j871gc8l9mnd344qy9z8akigikgmc22r15ns6driqb2qishv"))))
(build-system python-build-system)
(arguments
`(#:phases