mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: beets: Update to 1.4.2.
* gnu/packages/music.scm (beets): Update to 1.4.2.
This commit is contained in:
parent
2e161eafd8
commit
27ccefc3d2
1 changed files with 2 additions and 2 deletions
|
@ -2056,13 +2056,13 @@ (define-public python2-pylast
|
|||
(define-public beets
|
||||
(package
|
||||
(name "beets")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "beets" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14yn88xrcinpdg3ic285ar0wmwldzyjfd3ll6clmp3z3r4iqffip"))))
|
||||
"0sna2hx8sdaa36jnvw5a7m31wzfm717lw2ixh906fsfp43i74k5m"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(;; Python 3 support is still "alpha", and the upstream maintainers ask
|
||||
|
|
Loading…
Reference in a new issue