python311Packages.pysmartapp: 0.3.4 -> 0.3.5

Diff: https://github.com/andrewsayre/pysmartapp/compare/0.3.4...0.3.5

Changelog: https://github.com/andrewsayre/pysmartapp/releases/tag/0.3.5
This commit is contained in:
Fabian Affolter 2023-07-15 21:59:14 +02:00
parent e9fb7c1417
commit a492827472

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysmartapp";
version = "0.3.4";
version = "0.3.5";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "andrewsayre";
repo = pname;
rev = version;
hash = "sha256-zYjv7wRxQTS4PnNaY69bw9xE6I4DZMocwUzEICBfwqM=";
hash = "sha256-RiRGOO5l5hcHllyDDGLtQHr51JOTZhAa/wK8BfMqmAY=";
};
propagatedBuildInputs = [