Merge pull request #331976 from fabaff/bellows-bump

python312Packages.bellows: 0.39.1 -> 0.40.2
This commit is contained in:
Fabian Affolter 2024-08-05 23:28:54 +02:00 committed by GitHub
commit 32a715cdd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.39.1";
version = "0.40.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-e7DGAA2/6tc2+iH/14y/QT7k9a7pgrE5bplTPL3xm2Q=";
hash = "sha256-pcyvJsAFJCm6mpGvfWp6WUzdn2Z7Fr2G6B5uEXZDhIg=";
};
postPatch = ''

View File

@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "universal-silabs-flasher";
version = "0.0.21";
version = "0.0.22";
pyproject = true;
src = fetchFromGitHub {
owner = "NabuCasa";
repo = "universal-silabs-flasher";
rev = "refs/tags/v${version}";
hash = "sha256-KZE22S6d+XCnGzdFDJdsbt9HnpnyvH+8p89wPUmLDGc=";
hash = "sha256-fAz5dhHO5A0pSH6IYcVwNWPxqsNn3urXqnp8GudOrBA=";
};
postPatch = ''