python312Packages.quadprog: 0.1.12 -> 0.1.13 (#351051)

This commit is contained in:
Nick Cao 2024-10-25 11:58:35 -04:00 committed by GitHub
commit 9a38c00ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "quadprog";
version = "0.1.12";
version = "0.1.13";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "quadprog";
repo = "quadprog";
rev = "v${version}";
hash = "sha256-3S846PaNfZ4j3r6Vi2o6+Jk+2kC/P7tMSQQiB/Kx8nI=";
hash = "sha256-8gPuqDY3ajw/+B6kJdtpq+HL+Oq2Nsy/O7m+IWzxP38=";
};
nativeBuildInputs = [