python37Packages.rply: 0.7.6 -> 0.7.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-rply/versions
This commit is contained in:
R. RyanTM 2019-03-11 14:29:35 -07:00
parent 213d6dd6ac
commit 0ab768ea7f

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "rply";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "alex";
repo = "rply";
rev = "v${version}";
sha256 = "0a9r81kaibgr26psss02rn2nc6bf84a8q9nsywkm1xcswy8xrmcx";
sha256 = "1qv37hn7hhxd388znri76g0zjxsbwhxhcaic94dvw9pq4l60vqp6";
};
buildInputs = [ appdirs ];