Skip to content

Commit

Permalink
rospkg: 1.5.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 73795cc commit 8224ba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/rospkg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "rospkg";
version = "1.4.0";
version = "1.5.1";

src = fetchPypi {
inherit pname version;
hash = "sha256-7yJFYApTRayMna1S+mpPvGvM/KQREer50bOZqQVcANQ=";
hash = "sha256-/OdqdHd4bDcymBJiGY6iUPCX+I4NMynBDBEGm/QMpgQ=";
};

propagatedBuildInputs = [ catkin-pkg pyyaml distro ];
Expand Down

0 comments on commit 8224ba4

Please sign in to comment.