python312Packages.pyaprilaire: 0.7.7 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-01-16 07:17:04 +00:00
parent 62e9d4ae7c
commit 0fec5918ba
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pyaprilaire";
version = "0.7.7";
version = "0.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "chamberlain2007";
repo = "pyaprilaire";
tag = version;
hash = "sha256-1cTbmpRB4PzjqCPmHULLVEs7r7IWxIglnHkXsLksp0I=";
hash = "sha256-W94NsL3hPIsi0WJ9EL4Z+IuoU9e0gZq3m+ntz+vShno=";
};
build-system = [ setuptools ];