mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-11 13:47:01 +00:00
python37Packages.islpy: 2020.2 -> 2020.2.2
This commit is contained in:
parent
1bfa8c120e
commit
e785aee75e
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "islpy";
|
pname = "islpy";
|
||||||
version = "2020.2";
|
version = "2020.2.2";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "ee797e1284bffe897568f9cc1f063f1a6fac8d7b87596308b7467e9b870a90ef";
|
sha256 = "7eb7dfa41d6a67d9ee4ea4bb9f08bdbcbee42b364502136b7882cfd80ff427e0";
|
||||||
};
|
};
|
||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue