Skip to content

Commit

Permalink
python312Packages.scs: 3.2.7 -> 3.2.7.post2 (#371382)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 7, 2025
2 parents e800f86 + 7036d98 commit 2565954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/scs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

buildPythonPackage rec {
pname = "scs";
version = "3.2.7";
version = "3.2.7.post2";
pyproject = true;

src = fetchFromGitHub {
owner = "bodono";
repo = "scs-python";
tag = version;
hash = "sha256-ZhY4h0C8aF3IjD9NMtevcNTSqX+tIUao9bC+WlP+uDk=";
hash = "sha256-A626gK30J4e/TrJMXYc+jMgYw7fNcnWfnTeXlyYQNMM=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 2565954

Please sign in to comment.