diff options
| author | Leo Famulari <leo@famulari.name> | 2018-12-03 17:43:34 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2018-12-03 18:54:53 -0500 |
| commit | 191c439e79bff677fa5616b6f8675261073ce991 (patch) | |
| tree | 66e4fcbed17af64e8461a1430ac9c0c46c2a9d21 /gnu | |
| parent | ca45e494047bda287cf3cf82017f7001aec86d99 (diff) | |
gnu: Beets: Update to 1.4.7.
* gnu/packages/music.scm (beets): Update to 1.4.7.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/music.scm | 4 |
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 |
