python3Packages.dronecan: 1.0.26 -> 1.0.27 (#458119)

This commit is contained in:
Yohann Boniface
2025-11-04 08:21:31 +00:00
committed by GitHub
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "dronecan";
version = "1.0.26";
version = "1.0.27";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-D2odxa9ADswrg6rgKLTyQulHpGec1r0lWRUZDV5YvyE=";
hash = "sha256-m6xfk/2pKfzbr0fu2GUjJnRcicoZDWzhrGJ6DDs2rBw=";
};
nativeCheckInputs = [ pytestCheckHook ];