gnu: python-stem: Update to 1.8.0.

* gnu/packages/python-xyz.scm (python-stem): Update to 1.8.0.
This commit is contained in:
Marius Bakke 2020-03-16 03:14:19 +01:00
parent 76d2b9a2e8
commit a1dc5898fb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -11516,14 +11516,14 @@ (define-public ptpython-2
(define-public python-stem
(package
(name "python-stem")
(version "1.7.1")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "stem" version))
(sha256
(base32
"18lc95pmc7i089nlsb06dsxyjl5wbhxfqgdxbjcia35ndh8z7sn9"))))
"1hk8alc0r4m669ggngdfvryndd0fbx0w62sclcmg55af4ak8xd50"))))
(build-system python-build-system)
(arguments
`(#:phases