python311Packages.aiomysensors: 0.3.13 -> 0.3.14
Diff: https://github.com/MartinHjelmare/aiomysensors/compare/refs/tags/v0.3.13...v0.3.14 Changelog: https://github.com/MartinHjelmare/aiomysensors/releases/tag/v0.3.14
This commit is contained in:
parent
c44c76a75d
commit
b794d0c3d3
@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiomysensors";
|
||||
version = "0.3.13";
|
||||
version = "0.3.14";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "MartinHjelmare";
|
||||
repo = "aiomysensors";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-2i2QodEWOZ/nih6ap5ovWuKxILB5arusnqOiOlb4xWM=";
|
||||
hash = "sha256-7Y7JE/GAX5gQrIGcErZTGQXyaf3QwsTFgviiHLWgGeI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user