Merge pull request #333302 from fabaff/plugwise-bump

python312Packages.plugwise: 0.38.3 -> 1.0.0
This commit is contained in:
Fabian Affolter 2024-08-09 08:03:20 +02:00 committed by GitHub
commit 53438e5a82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "plugwise";
version = "0.38.3";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "plugwise";
repo = "python-plugwise";
rev = "refs/tags/v${version}";
hash = "sha256-DFHKycFWtR8moLyGaiDVqnrlg+ydgR8/UVgkUpzqAuY=";
hash = "sha256-OEEk0rMhvk99EVouotcNQlSfx5Xv23WswCQ5ZN5M3A4=";
};
postPatch = ''