Commit f8c54078 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.orange3: 3.36.1 -> 3.36.2

parent 17012aa0
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 = ''