Skip to content

Commit

Permalink
python310Packages.pycm: 3.5 -> 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Aug 23, 2022
1 parent cfea934 commit f9d0935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pycm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

buildPythonPackage rec {
pname = "pycm";
version = "3.5";
version = "3.6";
format = "setuptools";

disabled = pythonOlder "3.5";
Expand All @@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "sepandhaghighi";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-iDt1voNcn59bZN/AyKrWFBIymTT618o91kz2AV42hWs=";
sha256 = "sha256-96M/QKt4AdiZoZ7L9AHocSyZPkwEb2iuRJKW3rVP3hc=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit f9d0935

Please sign in to comment.