python311Packages.python-smarttub: 0.0.34 -> 0.0.35

This commit is contained in:
R. Ryantm 2023-11-05 15:09:52 +00:00
parent b4c0c733b3
commit b99fead758

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "python-smarttub";
version = "0.0.34";
version = "0.0.35";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "mdz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-PFlVxSxGcbqvA1cQZkKLtrmg+Dere4B1VCUzIU8RaI8=";
hash = "sha256-8Z4wZRJJV4TED6foM2Db+Ghl+EHrfGXoXZm3KsNh8OQ=";
};
propagatedBuildInputs = [