gnu: python-semver: Update to 2.9.0.

* gnu/packages/python-xyz.scm (python-semver): Update to 2.9.0.
This commit is contained in:
Brett Gilio 2019-12-13 06:54:05 -06:00
parent c08dc8d593
commit 594280b103
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -14327,14 +14327,14 @@ (define-public python2-activepapers
(define-public python-semver (define-public python-semver
(package (package
(name "python-semver") (name "python-semver")
(version "2.7.9") (version "2.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "semver" version)) (uri (pypi-uri "semver" version))
(sha256 (sha256
(base32 (base32
"0hhgqppchv59rqj0yzi1prdg2nfsywqmjsqy2rycyxm0hvxmbyqz")))) "183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases