python3Packages.rosbags: 0.10.10 -> 0.10.11

Diff: https://gitlab.com/ternaris/rosbags/-/compare/v0.10.10...v0.10.11

Changelog: https://gitlab.com/ternaris/rosbags/-/blob/v0.10.11/CHANGES.rst
This commit is contained in:
Guilhem Saurel 2025-08-10 13:21:05 +02:00
parent 654c6df53a
commit d600ebaa1b

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "rosbags";
version = "0.10.10";
version = "0.10.11";
pyproject = true;
src = fetchFromGitLab {
owner = "ternaris";
repo = "rosbags";
tag = "v${version}";
hash = "sha256-EOuvvC6VTnhZA9M6ZKn0TNjbCm+lXH4/TboDS0hcw1A=";
hash = "sha256-uHRmeHwNswZt5q+RSlzjqZiXhH6qYAkf8AufrRNbBtY=";
};
build-system = [