Merge pull request #244443 from r-ryantm/auto-update/python311Packages.islpy

python311Packages.islpy: 2023.1 -> 2023.1.2
This commit is contained in:
Mario Rodas 2023-07-20 08:24:06 -05:00 committed by GitHub
commit 1afd4dbfe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "islpy";
version = "2023.1";
version = "2023.1.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QLkpCBF95OBOzPrBXmlzyhFMfq1bs2+S/8Z5n4oMekg=";
sha256 = "sha256-NsNI1N9ZuNYWr1i3dl7hSaTP3jdsTYsIpoF98vrZG9Y=";
};
postConfigure = ''