mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: python-musicbrainzngs: Update to 0.7.1.
* gnu/packages/music.scm (python-musicbrainzngs) [version]: Update to 0.7.1. [arguments]: Re-enable tests.
This commit is contained in:
parent
3357e6578f
commit
466ccb9b7a
1 changed files with 2 additions and 6 deletions
|
@ -3630,18 +3630,14 @@ (define-public python-mediafile
|
|||
(define-public python-musicbrainzngs
|
||||
(package
|
||||
(name "python-musicbrainzngs")
|
||||
(version "0.6")
|
||||
(version "0.7.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "musicbrainzngs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dddarpjawryll2wss65xq3v9q8ln8dan7984l5dxzqx88d2dvr8"))))
|
||||
"09z6k07pxncfgfc8clfmmxl2xqbd7h8x8bjzwr95hc0bzl00275b"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(;; The tests fail suffer from race conditions:
|
||||
;; https://github.com/alastair/python-musicbrainzngs/issues/211
|
||||
#:tests? #f))
|
||||
(home-page "https://python-musicbrainzngs.readthedocs.org/")
|
||||
(synopsis "Python bindings for MusicBrainz NGS webservice")
|
||||
(description "Musicbrainzngs implements Python bindings of the MusicBrainz
|
||||
|
|
Loading…
Reference in a new issue