python312Packages.pyvicare: 2.35.0 -> 2.36.0 (#355302)

This commit is contained in:
Nick Cao
2024-11-12 11:04:14 -05:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pyvicare";
version = "2.35.0";
version = "2.36.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openviess";
repo = "PyViCare";
rev = "refs/tags/${version}";
hash = "sha256-5VvbbCQTc2EG7YsQlPd3BRwDtJzIuEX2yLs2RWFeFDM=";
hash = "sha256-WkdW1sSA/nVHK8Pp2sOkj3qYc8se4MT6WM4AoQvI5i8=";
};
postPatch = ''