mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-debtcollector: Update to 1.0.0.
* gnu/packages/openstack.scm (python-debtcollector): Update to 1.0.0. [source]: Change uri to pypi format.
This commit is contained in:
parent
d4e817b1db
commit
56c7ead2f8
1 changed files with 3 additions and 5 deletions
|
@ -69,16 +69,14 @@ (define-public python2-bandit
|
||||||
(define-public python-debtcollector
|
(define-public python-debtcollector
|
||||||
(package
|
(package
|
||||||
(name "python-debtcollector")
|
(name "python-debtcollector")
|
||||||
(version "0.5.0")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "debtcollector" version))
|
||||||
"https://pypi.python.org/packages/source/d/debtcollector/"
|
|
||||||
"debtcollector-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0amlcg5f98lk2mfzdg44slh1nsi2y4ds123g5d57376fjk2b3njd"))))
|
"0g4dfskaiy47rhsh4gh66l5vmdsrgq0qk68pl3ix1cj3ffvfndzv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
|
|
Loading…
Reference in a new issue