summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cc6d2280066..b59f258ae50 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2688,14 +2688,14 @@ Songs can be searched by artist, name or even by a part of the song text.")
2688(define-public beets 2688(define-public beets
2689 (package 2689 (package
2690 (name "beets") 2690 (name "beets")
2691 (version "1.4.6") 2691 (version "1.4.7")
2692 (source (origin 2692 (source (origin
2693 (method url-fetch) 2693 (method url-fetch)
2694 (uri (pypi-uri "beets" version)) 2694 (uri (pypi-uri "beets" version))
2695 (patches (search-patches "beets-python-3.7-fix.patch")) 2695 (patches (search-patches "beets-python-3.7-fix.patch"))
2696 (sha256 2696 (sha256
2697 (base32 2697 (base32
2698 "0l2vfrknwcsm6bn83m7476qrz45qwgxcb5k0h7kn96kr70irn1v2")))) 2698 "0w3gz69s9gf5ih69d4sddgh7ndj7658m621bp742zldvjakdncrs"))))
2699 (build-system python-build-system) 2699 (build-system python-build-system)
2700 (arguments 2700 (arguments
2701 `(#:phases 2701 `(#:phases