1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-20 16:15:54 +02:00

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
+2 -2
View File
@@ -11516,14 +11516,14 @@ etc.")
(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