jetbrains.pycharm-professional: 2019.2.1 -> 2019.2.3

This commit is contained in:
Edmund Wu 2019-09-27 15:57:37 -04:00
parent ac3c6be8b8
commit 4b6774a327
No known key found for this signature in database
GPG key ID: 76AA3F9F2BD3E3A0

View file

@ -341,12 +341,12 @@ in
pycharm-professional = buildPycharm rec {
name = "pycharm-professional-${version}";
version = "2019.2.1"; /* updated by script */
version = "2019.2.3"; /* updated by script */
description = "PyCharm Professional Edition";
license = stdenv.lib.licenses.unfree;
src = fetchurl {
url = "https://download.jetbrains.com/python/${name}.tar.gz";
sha256 = "03i7qi0kcnx0irih468xaz7hzicaa5yh399r676drs22ak23qwrq"; /* updated by script */
sha256 = "19i3ll8p69n7jw7psv2nkhjq899gljwmc5ixpqhyl203rykavb7n"; /* updated by script */
};
wmClass = "jetbrains-pycharm";
update-channel = "PyCharm RELEASE";