python36Packages.rply: 0.7.5 -> 0.7.6
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.6-rply/versions
This commit is contained in:
parent
66a6b56e0d
commit
32ef4b1fa7
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rply";
|
pname = "rply";
|
||||||
version = "0.7.5";
|
version = "0.7.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alex";
|
owner = "alex";
|
||||||
repo = "rply";
|
repo = "rply";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0v05gdy5dval30wvz96lywvz2jyf000dp0pnrd1lwdx3cyywq659";
|
sha256 = "0a9r81kaibgr26psss02rn2nc6bf84a8q9nsywkm1xcswy8xrmcx";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ appdirs ];
|
buildInputs = [ appdirs ];
|
||||||
|
Loading…
Reference in New Issue
Block a user