python311Packages.pyenphase: 1.9.1 -> 1.9.2
Diff: https://github.com/pyenphase/pyenphase/compare/refs/tags/v1.9.1...1.9.2 Changelog: https://github.com/pyenphase/pyenphase/blob/1.9.2/CHANGELOG.md
This commit is contained in:
parent
d8a8548210
commit
52893df0e5
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyenphase";
|
||||
version = "1.9.1";
|
||||
version = "1.9.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
|
@ -27,7 +27,7 @@ buildPythonPackage rec {
|
|||
owner = "pyenphase";
|
||||
repo = "pyenphase";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-6ThUly9ITs2UMCCBFTyKSNnD5Y87GmBA+iaTjk/mJWw=";
|
||||
hash = "sha256-v2RrhPb0LGYr1FSpHDD3m7eldFFEkFk2kfzbqUcVtwU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue