python3Packages.islpy: 2020.2.2 -> 2021.1
This commit is contained in:
parent
fb10215d3b
commit
afbe19aee5
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "islpy";
|
||||
version = "2020.2.2";
|
||||
version = "2021.1";
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "7eb7dfa41d6a67d9ee4ea4bb9f08bdbcbee42b364502136b7882cfd80ff427e0";
|
||||
sha256 = "b3f49de925149dbf2482e648016507cd66d0dce6668a1bc4de5e7a937e9c576d";
|
||||
};
|
||||
|
||||
postConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue