lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.islpy: 2022.2 -> 2022.2.1

authored by

Robert Scott and committed by
Martin Weinelt
51bc3a3a 44a05c2d

+2 -2
+2 -2
pkgs/development/python-modules/islpy/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "islpy"; 13 - version = "2022.2"; 13 + version = "2022.2.1"; 14 14 disabled = pythonOlder "3.6"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "sha256-a6fnFBt//yrkQkLoVBnxr7OkJTG7PJalz/CF7lhxVA8="; 18 + sha256 = "07062ljvznm2dg3r9b3lq98qygxsha8ylxi4zs7hx49l0jw2vbjy"; 19 19 }; 20 20 21 21 postConfigure = ''