python3Packages.luna-usb: 0.2.2 -> 0.2.3 (#437808)

This commit is contained in:
Yohann Boniface
2025-08-28 20:36:55 +02:00
committed by GitHub
@@ -20,14 +20,14 @@
}:
buildPythonPackage rec {
pname = "luna-usb";
version = "0.2.2";
version = "0.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "greatscottgadgets";
repo = "luna";
tag = version;
hash = "sha256-gySaNbebWUS8wS8adPQo1mT+jmdb+2ddlMckTa36JCY=";
hash = "sha256-kH5PlgJRMymBZZ3oANR8xlAUPUgGZjqw9s9DcpQ809A=";
};
postPatch = ''