mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-stevedore: Update to 1.9.0.
* gnu/packages/openstack.scm (python-stevedore): Update to 1.9.0. [source]: Change uri to pypi format.
This commit is contained in:
parent
bd52842d3d
commit
2d531d4efd
1 changed files with 3 additions and 6 deletions
|
@ -307,17 +307,14 @@ (define-public python2-requests-mock
|
|||
(define-public python-stevedore
|
||||
(package
|
||||
(name "python-stevedore")
|
||||
(version "1.7.0")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/s/stevedore/stevedore-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (pypi-uri "stevedore" version))
|
||||
(sha256
|
||||
(base32
|
||||
"149pjc0c3z6khjisn4yil3f94qjnzwafz093wc8rrzbw828qdkv8"))))
|
||||
"01pcrdqsb6ca7hmqwm11b3baj6ml8yz9pxawrgvxb3j9824906fc"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
|
|
Loading…
Reference in a new issue