Skip to content
Snippets Groups Projects
Unverified Commit 287cfd1a authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: behave: Update to 1.2.5.

* gnu/packages/python.scm (behave): Update to 1.2.5.
[source]: Use 'pypi-uri' format.
parent 4d4cf3dd
No related branches found
No related tags found
No related merge requests found
...@@ -2066,14 +2066,13 @@ (define-public python2-discover ...@@ -2066,14 +2066,13 @@ (define-public python2-discover
(define-public behave (define-public behave
(package (package
(name "behave") (name "behave")
(version "1.2.4") (version "1.2.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/b/" (uri (pypi-uri "behave" version ".tar.bz2"))
name "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1v2rfy8xnf0rk7cj4cgr7lam4015d458i7bg0xqs9czfv6njlm14")))) "1iypp6z46r19n4xmgx6m1lwmlpfjh8vapq8izigrqlaarvp2y64c"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools) `(("python-setuptools" ,python-setuptools)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment