mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-10 01:42:24 +03:00
rospkg: 1.5.1
This commit is contained in:
parent
73795cc55c
commit
8224ba4a98
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "rospkg";
|
pname = "rospkg";
|
||||||
version = "1.4.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-7yJFYApTRayMna1S+mpPvGvM/KQREer50bOZqQVcANQ=";
|
hash = "sha256-/OdqdHd4bDcymBJiGY6iUPCX+I4NMynBDBEGm/QMpgQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ catkin-pkg pyyaml distro ];
|
propagatedBuildInputs = [ catkin-pkg pyyaml distro ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue