gnu: python-praw: Update to 7.6.1.

* gnu/packages/python-web.scm (python-praw): Update to 7.6.1.
This commit is contained in:
Efraim Flashner 2022-11-17 12:51:08 +02:00
parent c8ae11e775
commit daa5da2bde
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -222,13 +222,13 @@ (define-public python-prawcore
(define-public python-praw
(package
(name "python-praw")
(version "7.5.0")
(version "7.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "praw" version))
(sha256
(base32 "1nqcwz8r8xp4rfpy2i11x2fjga8fmmf6zw94xjk1h1yxgn1gq6zr"))))
(base32 "17pvdlcasr08p5hb1x7shjh8yvn621lzm0bvnwd3b1r1qpzrbz07"))))
(build-system python-build-system)
(arguments
`(#:phases