python3Packages.piccata: 2.0.2 -> 2.0.3 (#439182)

Changed files
+2 -2
pkgs
development
python-modules
piccata
+2 -2
pkgs/development/python-modules/piccata/default.nix
···
buildPythonPackage rec {
pname = "piccata";
-
version = "2.0.2";
format = "setuptools";
disabled = isPy27;
···
owner = "NordicSemiconductor";
repo = "piccata";
tag = version;
-
hash = "sha256-Vuhwt+esTkvyEIRVYaRGvNMTAXVWBBv/6lpaxN5RrBA=";
};
nativeCheckInputs = [ pytestCheckHook ];
···
buildPythonPackage rec {
pname = "piccata";
+
version = "2.0.3";
format = "setuptools";
disabled = isPy27;
···
owner = "NordicSemiconductor";
repo = "piccata";
tag = version;
+
hash = "sha256-wdfujQ8QYHZGFsnI0fQRSEI6sOCsDXj2FX0ZII5zmtA=";
};
nativeCheckInputs = [ pytestCheckHook ];