Unverified Commit 90ae0e0e authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

Merge pull request #284745 from r-ryantm/auto-update/python311Packages.zcbor

python311Packages.zcbor: 0.8.0 -> 0.8.1
parents ff8f5e06 fb0a4f31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@

buildPythonPackage rec {
  pname = "zcbor";
  version = "0.8.0";
  version = "0.8.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-47HwITfFcHNze3tt4vJxHB4BQ7oyl17DM8IV0WomM5Q=";
    hash = "sha256-U3Y/r3tBhzK6bGnMxdqKzS7bLHyAzgpGZ5PVK9pw7Pk=";
  };

  nativeBuildInputs = [