Commit 76979d2d authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.qpsolvers: 4.5.1 -> 4.6.0

parent 0f74f28c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@
}:
buildPythonPackage rec {
  pname = "qpsolvers";
  version = "4.5.1";
  version = "4.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "qpsolvers";
    repo = "qpsolvers";
    tag = "v${version}";
    hash = "sha256-BPjuc1RyN4qy2LJCIpsUVooP+cmHaLtaYRG2Mp/+ETc=";
    hash = "sha256-jbjqzy4cd9g0lMptIeHBPSJsPAA7fEDI7DZhrr/VuRc=";
  };

  build-system = [ flit-core ];