gnu: python-rply: Update to 0.7.8.
* gnu/packages/python-xyz.scm (python-rply): Update to 0.7.8.master
parent
dd05a93743
commit
e5adaf6c2d
|
@ -11938,13 +11938,13 @@ output, progress bar display, and pipes.")
|
||||||
(define-public python-rply
|
(define-public python-rply
|
||||||
(package
|
(package
|
||||||
(name "python-rply")
|
(name "python-rply")
|
||||||
(version "0.7.5")
|
(version "0.7.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "rply" version))
|
(uri (pypi-uri "rply" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lv428895zxsz43968qx0q9bimwqnfykndz4dpjbq515w2gvzhjh"))))
|
"1j81nddvnb145x4p81bnfpyai6g26i2dc1633ycsk025bb18m01a"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-appdirs" ,python-appdirs)))
|
`(("python-appdirs" ,python-appdirs)))
|
||||||
|
|
Reference in New Issue