mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
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:
parent
c08dc8d593
commit
594280b103
1 changed files with 2 additions and 2 deletions
|
@ -14327,14 +14327,14 @@ (define-public python2-activepapers
|
|||
(define-public python-semver
|
||||
(package
|
||||
(name "python-semver")
|
||||
(version "2.7.9")
|
||||
(version "2.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "semver" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hhgqppchv59rqj0yzi1prdg2nfsywqmjsqy2rycyxm0hvxmbyqz"))))
|
||||
"183kg1rhzz3hqizvphkd8hlbf1zxfx8737zhfkmqzxi71jmdw7pd"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue