python3Packages.luna-usb: 0.2.1 -> 0.2.2

https://github.com/greatscottgadgets/luna/releases/tag/0.2.2

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
luna-usb
+2 -2
pkgs/development/python-modules/luna-usb/default.nix
···
}:
buildPythonPackage rec {
pname = "luna-usb";
-
version = "0.2.1";
+
version = "0.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "luna";
tag = version;
-
hash = "sha256-8onTF0iJF7HpNCjNxUg89YRjfYb94CrFgGtmprp7g2E=";
+
hash = "sha256-gySaNbebWUS8wS8adPQo1mT+jmdb+2ddlMckTa36JCY=";
};
postPatch = ''