python3Packages.p1monitor: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-09-16 11:40:42 +00:00
parent 2f8e099a1a
commit 47375e1497
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "p1monitor";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-p1monitor";
tag = "v${version}";
hash = "sha256-vr/JLvn593cgZ2KEsfDW1lS4QlGiymr0qZ8130zo6Ec=";
hash = "sha256-u+hjMTL51GWqYYHOxUjr7D6Q6MfGJhHZ6XsbE1fOF+A=";
};
postPatch = ''