Skip to content
Snippets Groups Projects
Unverified Commit 191c439e authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: Beets: Update to 1.4.7.

* gnu/packages/music.scm (beets): Update to 1.4.7.
parent ca45e494
No related branches found
No related tags found
No related merge requests found
...@@ -2688,14 +2688,14 @@ (define-public instantmusic ...@@ -2688,14 +2688,14 @@ (define-public instantmusic
(define-public beets (define-public beets
(package (package
(name "beets") (name "beets")
(version "1.4.6") (version "1.4.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "beets" version)) (uri (pypi-uri "beets" version))
(patches (search-patches "beets-python-3.7-fix.patch")) (patches (search-patches "beets-python-3.7-fix.patch"))
(sha256 (sha256
(base32 (base32
"0l2vfrknwcsm6bn83m7476qrz45qwgxcb5k0h7kn96kr70irn1v2")))) "0w3gz69s9gf5ih69d4sddgh7ndj7658m621bp742zldvjakdncrs"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment