pythonPackages.maestral: 1.2.1 -> 1.3.0
This commit is contained in:
@@ -3646,7 +3646,24 @@ in {
|
||||
|
||||
macropy = callPackage ../development/python-modules/macropy { };
|
||||
|
||||
maestral = callPackage ../development/python-modules/maestral { };
|
||||
maestral = callPackage ../development/python-modules/maestral {
|
||||
|
||||
# https://github.com/SamSchott/maestral/issues/250#issuecomment-739510048
|
||||
survey = self.survey.overridePythonAttrs (old: rec {
|
||||
version = "2.2.1";
|
||||
src = old.src.override {
|
||||
inherit version;
|
||||
sha256 = "sha256-7ubWkqk1vyaJDLMOuKwUx2Bjziyi3HqpaQq4pKp4Z+0=";
|
||||
};
|
||||
});
|
||||
watchdog = self.watchdog.overridePythonAttrs (old: rec {
|
||||
version = "0.10.3";
|
||||
src = old.src.override {
|
||||
inherit version;
|
||||
sha256 = "4214e1379d128b0588021880ccaf40317ee156d4603ac388b9adcf29165e0c04";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
||||
magic = callPackage ../development/python-modules/magic { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user