mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
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:
parent
2aeb61b812
commit
6176af2944
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue