Merge pull request #302406 from r-ryantm/auto-update/python311Packages.qdldl

python311Packages.qdldl: 0.1.7.post0 -> 0.1.7.post1

authored by Weijia Wang and committed by GitHub 5d0b251d ad27491b

+2 -2
+2 -2
pkgs/development/python-modules/qdldl/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "qdldl"; 13 - version = "0.1.7.post0"; 13 + version = "0.1.7.post1"; 14 14 format = "setuptools"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-80ahFMg0LubU29ZHHu8xQZn7Jo0797lYhco1H94rAj8="; 18 + hash = "sha256-eY2IwW4CU2rmXHHwa2Tj+/MbdNfke8EP+YFnaGMrOmQ="; 19 19 }; 20 20 21 21 dontUseCmakeConfigure = true;