Unverified Commit 0ef144f6 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents ba21f5c6 46b51d95
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];