Skip to content

Commit 9a38c00

Browse files
authored
python312Packages.quadprog: 0.1.12 -> 0.1.13 (#351051)
2 parents c12dea3 + c641893 commit 9a38c00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/quadprog/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
buildPythonPackage rec {
1414
pname = "quadprog";
15-
version = "0.1.12";
15+
version = "0.1.13";
1616
pyproject = true;
1717

18-
disabled = pythonOlder "3.8";
18+
disabled = pythonOlder "3.9";
1919

2020
src = fetchFromGitHub {
2121
owner = "quadprog";
2222
repo = "quadprog";
2323
rev = "v${version}";
24-
hash = "sha256-3S846PaNfZ4j3r6Vi2o6+Jk+2kC/P7tMSQQiB/Kx8nI=";
24+
hash = "sha256-8gPuqDY3ajw/+B6kJdtpq+HL+Oq2Nsy/O7m+IWzxP38=";
2525
};
2626

2727
nativeBuildInputs = [

0 commit comments

Comments
 (0)