python312Packages.scs: 3.2.4 -> 3.2.7

Diff: https://github.com/bodono/scs-python/compare/refs/tags/3.2.4...3.2.7
This commit is contained in:
Gaetan Lepage 2024-08-24 18:04:17 +02:00
parent b4c61eb26d
commit 74685cd141

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "scs";
version = "3.2.6";
version = "3.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "bodono";
repo = "scs-python";
rev = "refs/tags/${version}";
hash = "sha256-Sl0+1/uEXAg+V2ijDFGmez6hBKQjbi63gN26lPCiEnI=";
hash = "sha256-ZhY4h0C8aF3IjD9NMtevcNTSqX+tIUao9bC+WlP+uDk=";
fetchSubmodules = true;
};