gnu: python-rply: Update to 0.7.5.

* gnu/packages/python.scm (python-rply): Update to 0.7.5.
master
Tobias Geerinckx-Rice 2018-03-10 16:16:48 +01:00
parent 4b61374b1b
commit e5c98075f2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -7231,13 +7231,13 @@ Abstract Syntax Tree.")
(define-public python-rply
(package
(name "python-rply")
(version "0.7.4")
(version "0.7.5")
(source (origin
(method url-fetch)
(uri (pypi-uri "rply" version))
(sha256
(base32
"12rp1d9ba7nvd5rhaxi6xzx1rm67r1k1ylsrkzhpwnphqpb06cvj"))))
"0lv428895zxsz43968qx0q9bimwqnfykndz4dpjbq515w2gvzhjh"))))
(build-system python-build-system)
(propagated-inputs
`(("python-appdirs" ,python-appdirs)))