mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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:
parent
c8ae11e775
commit
daa5da2bde
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue