@@ 13,6 13,7 @@
;;; Copyright © 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ 2461,13 2462,13 @@ websites such as Libre.fm.")
(define-public beets
(package
(name "beets")
- (version "1.4.5")
+ (version "1.4.6")
(source (origin
(method url-fetch)
(uri (pypi-uri "beets" version))
(sha256
(base32
- "1z02j871gc8l9mnd344qy9z8akigikgmc22r15ns6driqb2qishv"))))
+ "0l2vfrknwcsm6bn83m7476qrz45qwgxcb5k0h7kn96kr70irn1v2"))))
(build-system python-build-system)
(arguments
`(#:phases