Merge pull request #134727 from r-ryantm/auto-update/python3.8-pycm
python38Packages.pycm: 3.1 -> 3.2
This commit is contained in:
commit
5b66767232
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycm";
|
pname = "pycm";
|
||||||
version = "3.1";
|
version = "3.2";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||||
owner = "sepandhaghighi";
|
owner = "sepandhaghighi";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1aspd3vkjasb4wxs9czwjw42fmd4027wsmm4vlj09yp7sl57gary";
|
sha256 = "1p2scgb4aghjlxak4zvm3s9ydkpg42mdxy6vjxlnqw0wpnsskfni";
|
||||||
};
|
};
|
||||||
|
|
||||||
# remove a trivial dependency on the author's `art` Python ASCII art library
|
# remove a trivial dependency on the author's `art` Python ASCII art library
|
||||||
|
|
Loading…
Reference in a new issue