Skip to content

Commit

Permalink
rosdistro: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kjeremy authored and lopsided98 committed Sep 17, 2024
1 parent 3ccb660 commit 73795cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/rosdistro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "rosdistro";
version = "0.9.0";
version = "0.9.1";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-5+aSdOwhlaLWeCa4MxMNmjC9DYg3oUqHZsrAzmC/pZs=";
hash = "sha256-RwOCS1hwS8oZBhMuO9PUK6cq9zhh7QPVoZJUeKcr+ys=";
};

propagatedBuildInputs = [ pyyaml setuptools catkin-pkg rospkg ];
Expand Down

0 comments on commit 73795cc

Please sign in to comment.