python3Packages.p1monitor: 2.2.1 -> 2.3.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:34 +01:00
parent 4b1ebc563f
commit 0c93642cd5

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "p1monitor";
version = "2.2.1";
version = "2.3.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-p1monitor";
rev = "refs/tags/v${version}";
hash = "sha256-jmSSejflez3AmIp7PY6m0+vW8YZuNgUj8lwyu0roLYc=";
hash = "sha256-4/zaD+0Tuy5DvcwmH5BurGWCCjQlRYOJT77toEPS06k=";
};
nativeBuildInputs = [