python310Packages.islpy: 2022.1.2 -> 2022.2

This commit is contained in:
R. Ryantm 2022-07-03 23:00:56 +00:00 committed by Jonathan Ringer
parent 33cda5786f
commit 14a8462418

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "islpy";
version = "2022.1.2";
version = "2022.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Z0LXmbQeCyBPP0mtnt+UFyi08tcfP9XLZUS8jzkrADo=";
sha256 = "sha256-a6fnFBt//yrkQkLoVBnxr7OkJTG7PJalz/CF7lhxVA8=";
};
postConfigure = ''