lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.robotsuite: 2.3.1 -> 2.3.2

+2 -2
+2 -2
pkgs/development/python-modules/robotsuite/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "robotsuite"; 12 - version = "2.3.1"; 12 + version = "2.3.2"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-iugVKUPl6HTTO8K1EbSqAk1fl/fsEPoOcsOnnAgcEas="; 16 + hash = "sha256-sPmOoR5K+gMfyPk2QMbiDNmWPRcqKrsz6ZPBAKR/3XY="; 17 17 }; 18 18 19 19 propagatedBuildInputs = [