me
/
guix
Archived
1
0
Fork 0

gnu: python-rply: Update to 0.7.8.

* gnu/packages/python-xyz.scm (python-rply): Update to 0.7.8.
master
Jelle Licht 2021-05-08 11:43:15 +02:00
parent dd05a93743
commit e5adaf6c2d
No known key found for this signature in database
GPG Key ID: DA4597F947B41025
1 changed files with 2 additions and 2 deletions

View File

@ -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)))