gnu: python-semantic-version: Update to 2.8.5.

* gnu/packages/python-xyz.scm (python-semantic-version): Update to 2.8.5.
[arguments]: Enable tests.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sharlatan Hellseher 2021-02-05 09:23:22 +00:00 committed by Efraim Flashner
parent 2aeb61b812
commit 6176af2944
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1080,17 +1080,15 @@ (define-public python-filelock
(define-public python-semantic-version
(package
(name "python-semantic-version")
(version "2.6.0")
(version "2.8.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "semantic_version" version))
(sha256
(base32
"1h2l9xyg1zzsda6kjcmfcgycbvrafwci283vcr1v5sbk01l2hhra"))))
"0m4avx8zdkzc7qglv5zlr54g8yna5vl098drg5396ql7aph2vjyj"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; PyPI tarball lacks tests
(home-page "https://github.com/rbarrois/python-semanticversion")
(synopsis "Semantic versioning module for Python")
(description