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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user