3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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 @@ websites such as Libre.fm.")
(define-public beets
(package
(name "beets")
(version "1.4.2")
(version "1.4.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "beets" version))
(sha256
(base32
"0sna2hx8sdaa36jnvw5a7m31wzfm717lw2ixh906fsfp43i74k5m"))))
"0r743a2pv1iyw50jsdl01v2ml3pdkhdp920a5d1wsacak48vwgxr"))))
(build-system python-build-system)
(arguments
`(#:phases