mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: behave: Update to 1.2.5.
* gnu/packages/python.scm (behave): Update to 1.2.5. [source]: Use 'pypi-uri' format.
This commit is contained in:
parent
4d4cf3dd99
commit
287cfd1a08
1 changed files with 3 additions and 4 deletions
|
@ -2066,14 +2066,13 @@ (define-public python2-discover
|
|||
(define-public behave
|
||||
(package
|
||||
(name "behave")
|
||||
(version "1.2.4")
|
||||
(version "1.2.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/b/"
|
||||
name "/" name "-" version ".tar.gz"))
|
||||
(uri (pypi-uri "behave" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v2rfy8xnf0rk7cj4cgr7lam4015d458i7bg0xqs9czfv6njlm14"))))
|
||||
"1iypp6z46r19n4xmgx6m1lwmlpfjh8vapq8izigrqlaarvp2y64c"))))
|
||||
(build-system python-build-system)
|
||||
(inputs
|
||||
`(("python-setuptools" ,python-setuptools)
|
||||
|
|
Loading…
Reference in a new issue