Merge pull request #57453 from r-ryantm/auto-update/python3.7-rply
python37Packages.rply: 0.7.6 -> 0.7.7
This commit is contained in:
commit
1bec0ba530
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rply";
|
pname = "rply";
|
||||||
version = "0.7.6";
|
version = "0.7.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alex";
|
owner = "alex";
|
||||||
repo = "rply";
|
repo = "rply";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0a9r81kaibgr26psss02rn2nc6bf84a8q9nsywkm1xcswy8xrmcx";
|
sha256 = "1qv37hn7hhxd388znri76g0zjxsbwhxhcaic94dvw9pq4l60vqp6";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ appdirs ];
|
propagatedBuildInputs = [ appdirs ];
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user