python311Packages.subarulink: 0.7.8 -> 0.7.9

This commit is contained in:
R. Ryantm 2023-11-10 10:32:32 +00:00
parent f3565a2c08
commit ee7f11bf8a

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "subarulink";
version = "0.7.8";
version = "0.7.9";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "G-Two";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-lBAel9ueuyr6AFNCYk1nHRvf8KvtiszESzRIOqjBjHQ=";
hash = "sha256-dRhZWV58tHoGpJ2bDWFov1timTHYnqTPILySauutyzg=";
};
propagatedBuildInputs = [