python3Packages.pyheos: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm
2025-10-17 12:58:50 +00:00
parent 3d6695b9e8
commit 0ebd496e46
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pyheos";
version = "1.0.5";
version = "1.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "andrewsayre";
repo = "pyheos";
tag = version;
hash = "sha256-waOeUAvQtx8klFVGnMHi6/OI2s6fxgVjB8aBlaKtklQ=";
hash = "sha256-CqUeDIHRD+stIVr9nMqfKUExVHPq8gbIzsZg8U36E7I=";
};
build-system = [ setuptools ];