python3Packages.robot-descriptions: 1.22.0 -> 2.0.0 (#500244)

This commit is contained in:
Ryan Hendrickson
2026-07-04 23:01:58 +00:00
committed by GitHub
@@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "robot-descriptions";
version = "1.22.0";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "robot-descriptions";
repo = "robot_descriptions.py";
tag = "v${version}";
hash = "sha256-4O2mAkO/2xc9cAq55DMdyCzdEwMzAo5uStJwS3rQdws=";
hash = "sha256-PykMzWOwnjvay5zzddqD/07SdZ03GN80tRAa1CzrJzU=";
};
build-system = [