Unverified Commit 8c6318b4 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #266180 from r-ryantm/auto-update/python310Packages.orange3

python310Packages.orange3: 3.36.1 -> 3.36.2
parents a3d8522a f8c54078
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
let
  self = buildPythonPackage rec {
    pname = "orange3";
    version = "3.36.1";
    version = "3.36.2";

    disabled = pythonOlder "3.7";

@@ -52,7 +52,7 @@ let
      owner = "biolab";
      repo = "orange3";
      rev = "refs/tags/${version}";
      hash = "sha256-O5ZN5O1vMkqiv83Q5UoaDefGnqVnDLPmYLLG20cdajk=";
      hash = "sha256-v9lk5vGhBaR2PHZ+Jq0hy1WaCsbeLe+vZlTaHBkfacU=";
    };

    postPatch = ''