python3Packages.rosbags: 0.10.11 -> 0.11.0

This commit is contained in:
R. Ryantm
2025-10-16 13:49:14 +00:00
parent 5d1f6df5e1
commit 9f7eadf7fd
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "rosbags";
version = "0.10.11";
version = "0.11.0";
pyproject = true;
src = fetchFromGitLab {
owner = "ternaris";
repo = "rosbags";
tag = "v${version}";
hash = "sha256-uHRmeHwNswZt5q+RSlzjqZiXhH6qYAkf8AufrRNbBtY=";
hash = "sha256-CSRJIGLhQwuaGatfWIbnYNdjUva+klBYPyDbjHfUNlM=";
};
build-system = [