Unverified Commit 34b155f0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #291985 from r-ryantm/auto-update/python311Packages.simpful

python311Packages.simpful: 2.11.1 -> 2.12.0
parents 8e0b4880 eb38982d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "simpful";
  version = "2.11.1";
  version = "2.12.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "aresio";
    repo = "simpful";
    rev = "refs/tags/${version}";
    hash = "sha256-54WkKnPB3xA2CaOpmasqxgDoga3uAqoC1nOivytXmGY=";
    hash = "sha256-NtTw7sF1WfVebUk1wHrM8FHAe3/FXDcMApPkDbw0WXo=";
  };

  nativeBuildInputs = [