Commit 74685cd1 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python312Packages.scs: 3.2.4 -> 3.2.7

parent b4c61eb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };