python312Packages.python-motionmount: 2.0.0 -> 2.1.0

Diff: https://github.com/vogelsproducts/python-MotionMount/compare/refs/tags/2.0.0...2.1.0
This commit is contained in:
Fabian Affolter
2024-09-12 09:28:10 +02:00
parent 1da2d8d992
commit 4d814616fb
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "python-motionmount";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "vogelsproducts";
repo = "python-MotionMount";
rev = "refs/tags/${version}";
hash = "sha256-jmHFsJwnmdSUKz2W9pWtc9KpUAs6QWnO2V5KROwmTGs=";
hash = "sha256-BOzv0IuEXK0uzJuO1F1k8baL8KmzV/KFWcKJPSHORsU=";
};
build-system = [ setuptools ];