gnu: beets-bandcamp: Update to 0.1.4.

* gnu/packages/music.scm (beets-bandcamp)[version]: Update to 0.1.4.
[inputs]: Move…
[propagated-inputs]: …here.
This commit is contained in:
Simon Streit 2021-09-02 13:51:18 +02:00 committed by Lars-Dominik Braun
parent ef9ad66f35
commit 8540fe57cb
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -3917,20 +3917,19 @@ (define-public beets-next
(define-public beets-bandcamp
(package
(name "beets-bandcamp")
(version "0.1.3")
(version "0.1.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "beets-bandcamp" version))
(sha256
(base32
"04awg0zdhhg5h510fc1p3qkvr2l1qm6nf85hlr9z8im8a7xlka0i"))))
"0dwbdkrb9c0ppzm5s78h47ndpr88cw1k0z8fgfhkl706wazx2ddg"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; there are no tests
(propagated-inputs
`(("beets" ,beets)
("python-isodate" ,python-isodate)))
(inputs
`(("python-beautifulsoup4" ,python-beautifulsoup4)
("python-isodate" ,python-isodate)
("python-beautifulsoup4" ,python-beautifulsoup4)
("python-requests" ,python-requests)
("python-six" ,python-six)))
(home-page "https://github.com/unrblt/beets-bandcamp")