python3Packages.sagemaker-mlflow: 0.1.0 -> 0.1.1

Diff: https://github.com/aws/sagemaker-mlflow/compare/v0.1.0...v0.1.1

Changelog: https://github.com/aws/sagemaker-mlflow/releases/tag/v0.1.1

Changed files
+2 -2
pkgs
development
python-modules
sagemaker-mlflow
+2 -2
pkgs/development/python-modules/sagemaker-mlflow/default.nix
···
buildPythonPackage rec {
pname = "sagemaker-mlflow";
-
version = "0.1.0";
+
version = "0.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "sagemaker-mlflow";
tag = "v${version}";
-
hash = "sha256-1bonIqZ+cFxCOxoFWn1MLBOIiB1wUX69/lUTPPupJaw=";
+
hash = "sha256-mHwlP1bVkUiT6RbVf8YLHG+tzkw5+UVrPzcExgcEoJM=";
};
postPatch = ''