Merge pull request #266180 from r-ryantm/auto-update/python310Packages.orange3
python310Packages.orange3: 3.36.1 -> 3.36.2
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user